diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-02-03 17:07:58 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-02-03 17:07:58 +0000 |
commit | a13563600e7495c6ec978229fdf77a7ca7a924f7 (patch) | |
tree | 3a8c4809acf622cf8a8c6d229a267d5ff588cf2b /plugins/DbEditorPP/res | |
parent | 3d784252c79a54584cf82240d032add9ab6e7754 (diff) |
DbEditorPP: resource cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@8031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/res')
-rw-r--r-- | plugins/DbEditorPP/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/res/resource.rc b/plugins/DbEditorPP/res/resource.rc index 79db75d01c..4b17ab649d 100644 --- a/plugins/DbEditorPP/res/resource.rc +++ b/plugins/DbEditorPP/res/resource.rc @@ -101,8 +101,8 @@ BEGIN RADIOBUTTON "String",CHK_STRING,132,81,34,10
DEFPUSHBUTTON "OK",IDOK,70,102,50,14
PUSHBUTTON "Cancel",IDCANCEL,132,102,50,14
- RADIOBUTTON "Hexadecimal",CHK_HEX,182,49,57,10
- RADIOBUTTON "Decimal",CHK_DECIMAL,182,62,41,10
+ RADIOBUTTON "Hexadecimal",CHK_HEX,182,49,59,10
+ RADIOBUTTON "Decimal",CHK_DECIMAL,182,62,59,10
LTEXT "Value Name:",IDC_STATIC,7,7,42,8
LTEXT "Value Data:",IDC_STATIC,7,37,38,8
GROUPBOX "Base",GRP_BASE,174,37,71,38
|