diff options
Diffstat (limited to 'plugins/NewXstatusNotify/res/resource.rc')
-rw-r--r-- | plugins/NewXstatusNotify/res/resource.rc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc index c8aa467764..5cf9c7d768 100644 --- a/plugins/NewXstatusNotify/res/resource.rc +++ b/plugins/NewXstatusNotify/res/resource.rc @@ -365,17 +365,8 @@ IDI_DISABLEALL ICON "disable_all.ico" IDI_ENABLEALL ICON "enable_all.ico"
IDI_VARIABLES ICON "variables.ico"
IDI_STATUS_MESSAGE ICON "status_message.ico"
-#endif // Neutral resources
-/////////////////////////////////////////////////////////////////////////////
-/////////////////////////////////////////////////////////////////////////////
-// German (Germany) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
-LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
-#pragma code_page(1252)
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -401,7 +392,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // German (Germany) resources
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|