diff options
-rw-r--r-- | plugins/ProfileManager/res/Dbchecker.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/ProfileManager/res/resource.rc | 1 | ||||
-rw-r--r-- | plugins/ProfileManager/src/resource.h | 1 | ||||
-rw-r--r-- | plugins/ProfileManager/src/version.h | 2 | ||||
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 2 |
5 files changed, 2 insertions, 4 deletions
diff --git a/plugins/ProfileManager/res/Dbchecker.ico b/plugins/ProfileManager/res/Dbchecker.ico Binary files differdeleted file mode 100644 index 1cac79f9d0..0000000000 --- a/plugins/ProfileManager/res/Dbchecker.ico +++ /dev/null diff --git a/plugins/ProfileManager/res/resource.rc b/plugins/ProfileManager/res/resource.rc index 11526085cc..ca6a9b861f 100644 --- a/plugins/ProfileManager/res/resource.rc +++ b/plugins/ProfileManager/res/resource.rc @@ -31,7 +31,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDI_ChangePM ICON "ChangePM.ico"
IDI_LoadPM ICON "LoadPM.ico"
IDI_Restart ICON "Restart.ico"
-IDI_Dbchecker ICON "Dbchecker.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/ProfileManager/src/resource.h b/plugins/ProfileManager/src/resource.h index 0b3445b3e7..037ac7b9cb 100644 --- a/plugins/ProfileManager/src/resource.h +++ b/plugins/ProfileManager/src/resource.h @@ -5,7 +5,6 @@ #define IDI_ChangePM 101
#define IDI_LoadPM 102
#define IDI_Restart 103
-#define IDI_Dbchecker 104
// Next default values for new objects
//
diff --git a/plugins/ProfileManager/src/version.h b/plugins/ProfileManager/src/version.h index 6fe96108dc..e634c1c8b0 100644 --- a/plugins/ProfileManager/src/version.h +++ b/plugins/ProfileManager/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Miranda NG profile changer" #define __FILENAME "PManagerEx.dll" -#define __DESCRIPTION "Adds a menu item to change or load a different profile of Miranda NG, restart or run DbChecker." +#define __DESCRIPTION "Adds a menu item to change or load a different profile of Miranda NG or restart." #define __AUTHOR "Roman Gemini" #define __AUTHORWEB "https://miranda-ng.org/p/PManagerEx/" #define __COPYRIGHT "© 2008-10 Roman Gemini" diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 2f6b2eb7aa..fe0cbf1242 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -294,7 +294,7 @@ namespace Langpack_Suite s = ReadFile.ReadLine().Trim();
while (s != "")
{
- if (s.StartsWith(" ") || s.StartsWith("¤") || s.Contains("DbChecker.dll"))
+ if (s.StartsWith(" ") || s.StartsWith("¤"))
{
int l = s.IndexOf(".");
if (s.StartsWith(" ") || s.StartsWith("¤"))
|