From 5a6462093902ee3f29d1f3e2a05a5068cbee66f8 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 7 Nov 2012 09:54:23 +0000 Subject: VersionInfo - translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2228 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/VersionInfo/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/VersionInfo/res') 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 -- cgit v1.2.3