diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-10-21 16:44:49 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-10-21 16:44:49 +0000 |
commit | dd4878e302ae384f7b51b9ef60ff3a06dbd11a11 (patch) | |
tree | 566bc8b24e3ccf41412bd91842e3a46f53a39158 /plugins/DbChecker/res | |
parent | 8b2723ee390001e4eac4b8f35f21c449674d0a80 (diff) |
DbChecker: resource fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/res')
-rw-r--r-- | plugins/DbChecker/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc index f3cc963ee7..e421e8a8e3 100644 --- a/plugins/DbChecker/res/resource.rc +++ b/plugins/DbChecker/res/resource.rc @@ -146,7 +146,7 @@ BEGIN CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,-1,32,264,1
CONTROL "Launch Miranda with this profile",IDC_LAUNCHMIRANDA,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,87,226,10,WS_EX_CLIENTEDGE
- LTEXT "Launches Miranda with the profile that was just worked on.",IDC_STATIC,37,98,212,8
+ LTEXT "Launches Miranda with the profile that was just worked on.",IDC_STATIC,37,98,212,16
LTEXT "",IDC_DBFILE,23,68,226,8,SS_NOPREFIX | WS_BORDER
RTEXT "Backup:",IDC_STBACKUP,23,76,30,8
LTEXT "",IDC_BACKUPFILE,56,76,193,8,SS_NOPREFIX
|