Skip to content

Commit fe7cd7d

Browse files
committed
Plugins: Update options window
1 parent bac2fc8 commit fe7cd7d

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

plugins/ExtendedServices/ExtendedServices.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
184184
BEGIN
185185
CONTROL "Enable Services submenu for processes",IDC_ENABLESERVICESMENU,
186186
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,142,10
187-
DEFPUSHBUTTON "OK",IDOK,105,33,50,14
188-
PUSHBUTTON "Cancel",IDCANCEL,158,33,50,14
187+
PUSHBUTTON "Close",IDOK,158,33,50,14
189188
END
190189

191190
IDD_SRVTRIGGER DIALOGEX 0, 0, 330, 196

plugins/ExtendedTools/ExtendedTools.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ BEGIN
158158
CONTROL "Enable Disk and Network monitoring",IDC_ENABLEETWMONITOR,
159159
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,20,130,10
160160
CONTROL "Enable GPU monitoring",IDC_ENABLEGPUMONITOR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,32,88,10
161-
DEFPUSHBUTTON "OK",IDOK,104,56,50,14
162-
PUSHBUTTON "Cancel",IDCANCEL,158,56,50,14
161+
PUSHBUTTON "Close",IDOK,158,56,50,14
163162
CONTROL "Enable Sysinfo graphs",IDC_ENABLESYSINFOGRAPHS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,44,87,10
164163
END
165164

plugins/NetworkTools/NetworkTools.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ BEGIN
106106
LTEXT "Ping packet length:",IDC_STATIC,9,7,62,8
107107
EDITTEXT IDC_PINGPACKETLENGTH,7,17,79,14,ES_AUTOHSCROLL | ES_NUMBER
108108
DEFPUSHBUTTON "OK",IDOK,104,58,50,14
109-
PUSHBUTTON "Cancel",IDCANCEL,158,58,50,14
110109
LTEXT "Minimum graph scaling:",IDC_STATIC,101,7,74,8
111110
EDITTEXT IDC_MINSCALING,99,17,79,14,ES_AUTOHSCROLL | ES_NUMBER
111+
PUSHBUTTON "Cancel",IDCANCEL,158,58,50,14
112112
END
113113

114114
IDD_PINGDIALOG DIALOGEX 0, 0, 269, 131

0 commit comments

Comments
 (0)