From 945e9310ff1812aa38b9dbf6d8c4273a1bc40eda Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 18 Jul 2013 20:09:43 +0000 Subject: cosmetic patch by Cthulhux (fixes #420) git-svn-id: http://svn.miranda-ng.org/main/trunk@5404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/res/Resource.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/PluginUpdater/res') diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 696bb28a0c..b4a5764755 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -42,14 +42,14 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | CAPTION "Updates found!" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - CTEXT "PluginUpdater has detected updated versions of some Miranda components. Click on Details button to view more information",IDC_UPDATETEXT,9,9,223,22 + CTEXT "PluginUpdater has detected updated versions of some Miranda components. Click on Details button to view more information",IDC_UPDATETEXT,9,7,223,24 DEFPUSHBUTTON "Update",IDOK,32,36,50,14 PUSHBUTTON "Details >>",IDC_DETAILS,95,36,50,14,NOT WS_TABSTOP PUSHBUTTON "Cancel",IDCANCEL,157,36,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,129,218,50,14,NOT WS_TABSTOP - PUSHBUTTON "Select &none",IDC_SELNONE,185,218,50,14,NOT WS_TABSTOP + PUSHBUTTON "Select &all",IDC_SELALL,109,218,60,14,NOT WS_TABSTOP + PUSHBUTTON "Select &none",IDC_SELNONE,175,218,60,14,NOT WS_TABSTOP END IDD_POPUPDUMMI DIALOGEX 65526, 65526, 1, 1 -- cgit v1.2.3