diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-17 16:35:15 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-17 16:35:15 +0000 |
commit | 6c43253da0dd38a409146f7acb90ae6cc1ef8069 (patch) | |
tree | 6da7874de2057cde0dd14167153950d03ea6d22f /plugins/UserInfoEx/res/resource.rc | |
parent | 82ae452fff08430d514f762f49e78fec90f88625 (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/res/resource.rc')
-rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index bfabd39d7a..d3b51155e7 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -569,23 +569,9 @@ BEGIN VERTGUIDE, 144
VERTGUIDE, 290
END
-
- IDD_OPT_ADVANCED, DIALOG
- BEGIN
- END
END
#endif // APSTUDIO_INVOKED
-#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
/////////////////////////////////////////////////////////////////////////////
@@ -617,7 +603,7 @@ END //
IDB_FLAGSPNG PNG "flags.png"
-#endif // German (Germany) resources
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|