summaryrefslogtreecommitdiff
path: root/plugins/Import/res
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-03-27 12:32:02 +0000
committerDart Raiden <wowemuh@gmail.com>2015-03-27 12:32:02 +0000
commit08c534537fa6413527c2e9346ecf531ec2b5cafc (patch)
tree881d46551645f47fa15705b553bd75e99b54b4e7 /plugins/Import/res
parent1a541ecf607b9851b5973555fea2b524a7af92d9 (diff)
Import: button size corrected
git-svn-id: http://svn.miranda-ng.org/main/trunk@12526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/res')
-rw-r--r--plugins/Import/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc
index 8d47ea8294..1d253ff1de 100644
--- a/plugins/Import/res/resource.rc
+++ b/plugins/Import/res/resource.rc
@@ -60,7 +60,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Miranda has found Miranda profiles with the following names. Please select the one you wish to import, or click ""Other Profile"" if your profile is not listed, or if the list is empty.",IDC_STATIC,5,10,210,24
LISTBOX IDC_LIST,5,36,210,36,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Other Profile...",IDC_OTHER,149,74,66,14
+ PUSHBUTTON "&Other Profile...",IDC_OTHER,145,74,70,14
RTEXT "&Filename:",IDC_STATIC,5,93,34,8
EDITTEXT IDC_FILENAME,41,91,174,12,ES_AUTOHSCROLL
END