mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
c199df2315
* Added description string to Butterflies screensaver for all languages. * Use string resources in Maze screensaver. My notes: I haven't added butterflies.scr to reactos.dff as opengl screen savers are still broken under reactos , we already have 3dtext added for testing no need to add another one I have modified mazescr installname to have the same name as the module has inset of changing it on reactos.dff See issue #2874 for more details. svn path=/trunk/; revision=31096
14 lines
572 B
C
14 lines
572 B
C
#define IDC_STATIC -1
|
|
|
|
#define IDS_DESCRIPTION 1
|
|
#define IDABOUT 3
|
|
#define IDI_ICON_SCREEN 100
|
|
#define IDB_BUTTERFLY1 103
|
|
#define IDB_BUTTERFLY2 104
|
|
#define IDB_BUTTERFLY3 105
|
|
#define IDI_ICON 106
|
|
#define IDD_DLG_ABOUT 107
|
|
#define ROTATE 1000
|
|
#define WEBPAGE1 1001
|
|
#define WEBPAGE2 1002
|
|
#define IDD_DLG_SCREEN 2003
|