diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-15 18:38:16 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-15 18:38:16 +0000 |
commit | 3c35ac2eafa9433e6276c859aceae5fe47f120fe (patch) | |
tree | 58a41eb8c452e9bf40c5279eeadb749d65398a2c /plugins/PluginUpdater | |
parent | e41f68f90cae89a9fff600af8a110979d8e2e97a (diff) |
PluginUpdater: cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@6077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 7065ece70f..22cb50ebec 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -135,10 +135,10 @@ CAPTION "Component list" FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CTEXT "Here is the complete list of missing Miranda NG components. Check components that you want to download.\n\nClick on info icon to view component info page.",IDC_UPDATETEXT,9,9,223,44
- DEFPUSHBUTTON "Download",IDOK,185,218,50,14
+ DEFPUSHBUTTON "Download",IDOK,175,218,60,14
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,58,236,1
CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,64,229,149
- PUSHBUTTON "Select &none",IDC_SELNONE,69,218,60,14,NOT WS_TABSTOP
+ PUSHBUTTON "Select &none",IDC_SELNONE,109,218,60,14,NOT WS_TABSTOP
END
|