You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
436 B
12 lines
436 B
// strings common to all screensavers...
|
|
|
|
#define idsDefKeyword 1010
|
|
|
|
STRINGTABLE PRELOAD
|
|
BEGIN
|
|
idsIniFile "control.ini"
|
|
idsScreenSaver "ScreenSaver"
|
|
idsHelpFile "display.hlp"
|
|
idsDefKeyword "Screen Saver" // Should be in the help file's index
|
|
idsNoHelpMemory "Your computer does not have enough available memory to display Help. To increase available memory, quit one or more programs."
|
|
END
|