diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-13 15:39:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-13 15:39:00 +0300 |
commit | 1e406589b96cc4f97adebd5d680c1288d93cc307 (patch) | |
tree | 7ea9cc07497c8fc90078691bc353a86da4187dc9 /plugins/StatusManager/res | |
parent | eb6bf8f4cc700ca89df670b01c27bf30465e91cc (diff) |
StatusManager: profile addition dialog => UI classes
Diffstat (limited to 'plugins/StatusManager/res')
-rw-r--r-- | plugins/StatusManager/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index 0e38cf1268..9424df8dd2 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -172,8 +172,8 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT CAPTION "Add new profile" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - DEFPUSHBUTTON "OK",IDC_OK,68,39,50,14 - PUSHBUTTON "Cancel",IDC_CANCEL,14,39,50,14 + DEFPUSHBUTTON "OK",IDOK,68,39,50,14 + PUSHBUTTON "Cancel",IDCANCEL,14,39,50,14 EDITTEXT IDC_PROFILENAME,14,21,104,14,ES_AUTOHSCROLL LTEXT "Profile name",IDC_STATIC,11,11,55,8 END |