From a9a7eacedee12d0121e20d96530cb7183735c242 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 5 Feb 2014 16:20:19 +0000 Subject: Ping: Fixed double main menu git-svn-id: http://svn.miranda-ng.org/main/trunk@8044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/pingthread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Ping/src/pingthread.cpp') 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); } -- cgit v1.2.3