diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 17:39:28 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 17:39:28 +0000 |
commit | bb88f142d7d41f0d6e6a4d1919fe6d6ace03fbe2 (patch) | |
tree | 599c9f5e30155eea5e3c4d99bde612800320671f /popup/resource.rc | |
parent | b69a7f60f7ef2b0ce17a69fe8e772aec9c7dcdd8 (diff) |
popup:
typo fixed
fixed errors with ansi plugins
fixed destroying all of popups windows before unloading
added destroing functions on exit
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@24 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'popup/resource.rc')
-rw-r--r-- | popup/resource.rc | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/popup/resource.rc b/popup/resource.rc index bb521fc..7aaa283 100644 --- a/popup/resource.rc +++ b/popup/resource.rc @@ -13,13 +13,11 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Neutral resources
+// Нейтральный resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
-#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#pragma code_page(1252)
-#endif //_WIN32
+#pragma code_page(1251)
/////////////////////////////////////////////////////////////////////////////
//
@@ -146,7 +144,7 @@ BEGIN PUSHBUTTON "Live Preview",IDC_PREVIEW,219,203,73,14
END
-IDD_HISTORY DIALOG 0, 0, 293, 236
+IDD_HISTORY DIALOG 0, 0, 293, 236
STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Popup History"
FONT 8, "MS Shell Dlg"
@@ -383,7 +381,7 @@ IDR_WHATSNEW TEXT "res\\whatsnew.txt" //
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
+GUIDELINES DESIGNINFO
BEGIN
IDD_OPT_POPUP_PAGE1, DIALOG
BEGIN
@@ -392,18 +390,16 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Neutral resources
+#endif // Нейтральный resources
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Italienisch (Italien) resources
+// Итальянский (Италия) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA)
-#ifdef _WIN32
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -430,7 +426,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // Italienisch (Italien) resources
+#endif // Итальянский (Италия) resources
/////////////////////////////////////////////////////////////////////////////
|