reactos/rosapps/applications/screensavers/butterflies/resource.h
Marc Piulachs c199df2315 Partly applied patch from bug 2874 by Vytis Girdzijauskas "CMan" cman<at>cman<dot>us
* 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
2007-12-09 11:27:23 +00:00

15 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