diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-18 20:47:22 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-18 20:47:22 +0000 |
commit | b4b1ccf4dd052fc532c49a638d731c2653ee7261 (patch) | |
tree | eb6ea34fd5b41dbb21b1c6a3773073900107884b /plugins | |
parent | 7789a2ba04061c7282bb709716382fc73cfe3940 (diff) |
ressource fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 b4a5764755..da87f4345f 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -138,8 +138,8 @@ BEGIN DEFPUSHBUTTON "Download",IDOK,185,218,50,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 &all",IDC_SELALL,6,218,50,14,NOT WS_TABSTOP
- PUSHBUTTON "Select &none",IDC_SELNONE,59,218,50,14,NOT WS_TABSTOP
+ PUSHBUTTON "Select &all",IDC_SELALL,6,218,60,14,NOT WS_TABSTOP
+ PUSHBUTTON "Select &none",IDC_SELNONE,69,218,60,14,NOT WS_TABSTOP
END
|