summaryrefslogtreecommitdiff
path: root/plugins/Import
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-12-16 20:31:27 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-12-16 20:31:27 +0000
commitea26d3c8cabc728cff895e005cf9f4f6255edd88 (patch)
tree6a2df59d43a6b2acd92bbdff41109cb6d328bbe1 /plugins/Import
parenta469e9b981b6e34300e96b7283d31064e8f856fd (diff)
Import form cosmetics
- langpacks/english: update; - langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@11474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import')
-rw-r--r--plugins/Import/res/resource.rc2
-rw-r--r--plugins/Import/src/import.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc
index af948610fc..5f10bdcc0b 100644
--- a/plugins/Import/res/resource.rc
+++ b/plugins/Import/res/resource.rc
@@ -127,7 +127,7 @@ END
IDD_ACCMERGE DIALOGEX 0, 0, 312, 150
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Account merge"
+CAPTION "Choose appropriate accounts for import"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,204,132,50,16
diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp
index 507936a201..dbb63564df 100644
--- a/plugins/Import/src/import.cpp
+++ b/plugins/Import/src/import.cpp
@@ -308,7 +308,7 @@ static INT_PTR CALLBACK AccountsMatcherProc(HWND hwndDlg, UINT uMsg, WPARAM wPar
LVCOLUMN col = { 0 };
col.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_FMT | LVCF_SUBITEM;
col.fmt = LVCFMT_LEFT;
- col.cx = 100;
+ col.cx = 140;
col.pszText = TranslateT("Old account");
ListView_InsertColumn(hwndList, 0, &col);