diff options
author | dartraiden <wowemuh@gmail.com> | 2018-08-27 17:37:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 17:37:05 +0300 |
commit | 8579501c5918a05b0f4a8fc0510eeee429c27d36 (patch) | |
tree | 5724a7907a0e3b2104ab8ddcd1384c17f30e639c /plugins | |
parent | 23eaad0f22903eee75a4996203ab875e567802b6 (diff) |
This string is useless for translation
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Import/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index 455f201930..a7aa1f2a17 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -246,7 +246,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT IDD_IMPORT_CONTACT DIALOGEX 0, 0, 361, 76
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
-CAPTION "Dialog"
+CAPTION ""
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,247,55,50,14
|