diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-13 14:44:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-13 14:44:43 +0300 |
commit | eb6bf8f4cc700ca89df670b01c27bf30465e91cc (patch) | |
tree | af51f904b160949fd316e355992aeb513048da84 /plugins/StatusManager/res | |
parent | bce245873c196325b25490f00180783167549392 (diff) |
StatusManager:
- minor code cleaning;
- version bump
Diffstat (limited to 'plugins/StatusManager/res')
-rw-r--r-- | plugins/StatusManager/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index 38eaae136d..0e38cf1268 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -160,7 +160,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Command line" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - DEFPUSHBUTTON "OK",IDC_OK,257,61,51,14 + DEFPUSHBUTTON "OK",IDOK,257,61,51,14 PUSHBUTTON "Copy to clipboard",IDC_COPY,132,61,120,14 EDITTEXT IDC_CMDL,7,19,301,35,ES_MULTILINE | ES_READONLY LTEXT "Command line:",IDC_STATIC,7,7,301,8 |