diff options
Diffstat (limited to 'plugins/Ping/src/pingthread.cpp')
-rw-r--r-- | plugins/Ping/src/pingthread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp index 283f407934..72a8f2bfa6 100644 --- a/plugins/Ping/src/pingthread.cpp +++ b/plugins/Ping/src/pingthread.cpp @@ -751,7 +751,7 @@ LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar OPENOPTIONSDIALOG oop = {0};
oop.cbSize = sizeof(oop);
oop.pszGroup = "Network";
- oop.pszPage = "PING";
+ oop.pszPage = "Ping";
oop.pszTab = "Settings";
Options_Open(&oop);
}
@@ -761,7 +761,7 @@ LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar OPENOPTIONSDIALOG oop = {0};
oop.cbSize = sizeof(oop);
oop.pszGroup = "Network";
- oop.pszPage = "PING";
+ oop.pszPage = "Ping";
oop.pszTab = "Hosts";
Options_Open(&oop);
}
|