diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-03 08:49:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-03 08:49:06 +0000 |
commit | 1b2dd3c3b573294758648f8a82ef9108481550ba (patch) | |
tree | ec9d3f8e991badead99d6167d77ae53871f12588 /src/resource.rc | |
parent | 8b8845c8e142c2e70bc0c2785ddf3a91ad3f84bd (diff) |
fix for gcc compiler
git-svn-id: http://svn.miranda-ng.org/main/trunk@732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc index ce26b41ac6..36ad9de944 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -140,7 +140,7 @@ BEGIN PUSHBUTTON "&Run",IDOK,298,194,48,14
PUSHBUTTON "&Exit",IDCANCEL,348,194,48,14
RTEXT "Start in Service Mode with",IDC_SM_LABEL,10,196,106,10
- COMBOBOX IDC_SM_COMBO,120,195,123,12,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_SM_COMBO,120,195,123,72,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
IDD_FINDADD DIALOGEX 0, 0, 427, 257
|