summaryrefslogtreecommitdiff
path: root/new_gpg.rc
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-11 18:48:51 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-11 18:48:51 +0200
commit2391d026b942419c578e985b17f1d69a5af737ee (patch)
tree6a1de7dbc4b823c783445d4a4de55ca614cf736b /new_gpg.rc
parentb5eba0e25f83526ad457252c4b860300393bb3c6 (diff)
parent816241e9a436ba0992d6306a0b739862d6e2fa47 (diff)
Merge branch 'new_gpg' of ssh://sss.chaoslab.ru/home/git/mim_plugs into new_gpg
Diffstat (limited to 'new_gpg.rc')
-rw-r--r--new_gpg.rc37
1 files changed, 11 insertions, 26 deletions
diff --git a/new_gpg.rc b/new_gpg.rc
index d493f87..97d20dd 100644
--- a/new_gpg.rc
+++ b/new_gpg.rc
@@ -13,11 +13,13 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Russian (Russia) resources
+// русский resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#ifdef _WIN32
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251)
+#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -175,7 +177,7 @@ END
//
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
+GUIDELINES DESIGNINFO
BEGIN
IDD_LOAD_PUBLIC_KEY, DIALOG
BEGIN
@@ -261,7 +263,7 @@ IDI_UNSECURED ICON "icons\\unsecured.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,0,9
+ FILEVERSION 0,0,0,10
PRODUCTVERSION 0,9,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
@@ -278,7 +280,7 @@ BEGIN
BLOCK "041904b0"
BEGIN
VALUE "FileDescription", "new_gpg"
- VALUE "FileVersion", "0.0.0.9"
+ VALUE "FileVersion", "0.0.0.10"
VALUE "InternalName", "new_gpg"
VALUE "LegalCopyright", "Copyright (C) 2010-2011 sss"
VALUE "OriginalFilename", "new_gpg"
@@ -292,16 +294,18 @@ BEGIN
END
END
-#endif // Russian (Russia) resources
+#endif // русский resources
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// English (United States) resources
+// английский (США) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
+#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@@ -357,26 +361,7 @@ BEGIN
RTEXT "Close:",IDC_STATIC,127,49,23,8
END
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// DESIGNINFO
-//
-
-#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
-BEGIN
- IDD_OPT_GPG, DIALOG
- BEGIN
- END
-
- IDD_OPT_GPG_BIN, DIALOG
- BEGIN
- END
-END
-#endif // APSTUDIO_INVOKED
-
-#endif // English (United States) resources
+#endif // английский (США) resources
/////////////////////////////////////////////////////////////////////////////