From 92dc71f30709b926a7daa314f5008a897f5e27a4 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 3 Dec 2013 00:15:51 +0000 Subject: another portion of decapitalization in the core (5/5) langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/options/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/options') diff --git a/src/modules/options/options.cpp b/src/modules/options/options.cpp index e725f7ec68..5101a813af 100644 --- a/src/modules/options/options.cpp +++ b/src/modules/options/options.cpp @@ -1278,7 +1278,7 @@ static void OpenOptionsNow(int hLangpack, const char *pszGroup, const char *pszP psh.dwFlags = PSH_PROPSHEETPAGE | PSH_NOAPPLYNOW; psh.nPages = opi.pageCount; psh.pStartPage = (LPCTSTR)&ood; //more structure misuse - psh.pszCaption = TranslateT("Miranda NG Options"); + psh.pszCaption = TranslateT("Miranda NG options"); psh.ppsp = (PROPSHEETPAGE*)opi.odp; //blatent misuse of the structure, but what the hell hwndOptions = CreateDialogParam(hInst, -- cgit v1.2.3