From 0a81e26f151366b820cfe3a916c4ec1c1ed51e57 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 7 Apr 2014 20:54:33 +0000 Subject: IRC: simple tab name git-svn-id: http://svn.miranda-ng.org/main/trunk@8880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp index 0e725d7607..709e97f9b9 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -1671,7 +1671,7 @@ int CIrcProto::OnInitOptionsPages(WPARAM wParam, LPARAM) Options_AddPage(wParam, &odp); odp.pszTemplate = MAKEINTRESOURCEA(IDD_PREFS_CTCP); - odp.ptszTab = LPGENT("DCC'n CTCP"); + odp.ptszTab = LPGENT("CTCP"); odp.dwInitParam = (LPARAM)&OptCreateConn; OptCreateConn.create = CCtcpPrefsDlg::Create; OptCreateConn.param = this; -- cgit v1.2.3