diff options
Diffstat (limited to 'plugins/SplashScreen/res/splash.rc')
-rw-r--r-- | plugins/SplashScreen/res/splash.rc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc index 933d72393a..e14c3da3f3 100644 --- a/plugins/SplashScreen/res/splash.rc +++ b/plugins/SplashScreen/res/splash.rc @@ -18,7 +18,7 @@ //
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO MOVEABLE PURE
+GUIDELINES DESIGNINFO
BEGIN
IDD_SPLASH_OPT, DIALOG
BEGIN
@@ -101,14 +101,15 @@ BEGIN "..\\src\\resource.h\0"
END
-3 TEXTINCLUDE
+2 TEXTINCLUDE
BEGIN
- "\r\n"
+ "#include ""afxres.h""\r\n"
+ "\0"
END
-2 TEXTINCLUDE
+3 TEXTINCLUDE
BEGIN
- "#include ""afxres.h""\r\n"
+ "\0"
END
#endif // APSTUDIO_INVOKED
|