diff options
Diffstat (limited to 'plugins/StatusManager/res/resource.rc')
-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 |