diff options
Diffstat (limited to 'plugins/SplashScreen')
-rw-r--r-- | plugins/SplashScreen/res/splash.rc | 1 | ||||
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 1 | ||||
-rw-r--r-- | plugins/SplashScreen/src/resource.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc index b97c854df1..e0be0b3db3 100644 --- a/plugins/SplashScreen/res/splash.rc +++ b/plugins/SplashScreen/res/splash.rc @@ -78,7 +78,6 @@ BEGIN EDITTEXT IDC_FOSTEP,130,186,39,12,ES_AUTOHSCROLL
CONTROL "",IDC_FO_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,173,186,10,10
LTEXT "steps",IDC_STATIC,176,187,95,9
- LTEXT "AdvaImg plugin not found. Please get it from https://miranda-ng.org/p/AdvaImg/ to be able to use images.",IDC_PNG2DIBWARN,24,210,185,17,NOT WS_VISIBLE
PUSHBUTTON "Preview...",IDC_PREVIEW,218,211,75,19
CONTROL "Download more splash screens",IDC_GETSPLASHES,"Hyperlink",WS_TABSTOP,23,228,100,12
END
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 87b877927e..53275e83c5 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -70,7 +70,6 @@ void SplashMain() logMessage(L"Miranda version", mirandaVerString);
mir_free(mirandaVerString);
logMessage(L"Dll Name", _A2W(__FILENAME));
- logMessage(L"Advaimg path", szhAdvaimgPath);
#endif
ReadDbConfig();
diff --git a/plugins/SplashScreen/src/resource.h b/plugins/SplashScreen/src/resource.h index 5920dc5806..76c4697d9d 100644 --- a/plugins/SplashScreen/src/resource.h +++ b/plugins/SplashScreen/src/resource.h @@ -23,7 +23,6 @@ #define IDC_LOOPSOUND 1022
#define IDC_SHOWVERSION 1023
#define IDC_VERSIONPREFIX 1024
-#define IDC_PNG2DIBWARN 1025
// Next default values for new objects
//
|