diff options
-rw-r--r-- | langpacks/ru/Plugins/VersionInfo.txt | 4 | ||||
-rw-r--r-- | plugins/VersionInfo/res/resource.rc | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/langpacks/ru/Plugins/VersionInfo.txt b/langpacks/ru/Plugins/VersionInfo.txt index d18ca441af..02f842f2fc 100644 --- a/langpacks/ru/Plugins/VersionInfo.txt +++ b/langpacks/ru/Plugins/VersionInfo.txt @@ -79,4 +79,6 @@ UUID модулей [Version Informations]
Версии модулей
[&Version Informations]
-&Версии модулей
\ No newline at end of file +&Версии модулей
+[Output Debug String]
+Вывод отладочных строк
\ No newline at end of file diff --git a/plugins/VersionInfo/res/resource.rc b/plugins/VersionInfo/res/resource.rc index 420b122b90..c619da975d 100644 --- a/plugins/VersionInfo/res/resource.rc +++ b/plugins/VersionInfo/res/resource.rc @@ -34,9 +34,9 @@ BEGIN DEFPUSHBUTTON "OK",IDC_ASK_OK,63,125,50,14
PUSHBUTTON "Cancel",IDC_ASK_CANCEL,117,125,50,14
CONTROL "Text file",IDC_ASK_TOFILE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,17,206,10
- CONTROL "MessageBox()",IDC_ASK_TOMESSAGEBOX,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,27,206,10
+ CONTROL "MessageBox",IDC_ASK_TOMESSAGEBOX,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,27,206,10
CONTROL "DialogBox",IDC_ASK_TODIALOGBOX,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,37,206,10
- CONTROL "OutputDebugString()",IDC_ASK_TOOUTPUTDEBUGSTRING,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,47,206,10
+ CONTROL "Output Debug String",IDC_ASK_TOOUTPUTDEBUGSTRING,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,47,206,10
CONTROL "Clipboard",IDC_ASK_TOCLIPBOARD,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,57,206,10
GROUPBOX "Select output:",IDC_STATIC,7,7,217,72
CONTROL "Upload to site",IDC_ASK_TOUPLOAD,"Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP,15,67,206,10
|