From cce5649ad860c44bbc31fa04f152c247b21c2653 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 18 Aug 2014 11:06:02 +0000 Subject: Tox: decapitalization; resource cosmetic git-svn-id: http://svn.miranda-ng.org/main/trunk@10226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_options.cpp') diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index 8d60339a62..ccf6ae571e 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -57,7 +57,7 @@ INT_PTR CALLBACK CToxProto::MainOptionsProc(HWND hwnd, UINT uMsg, WPARAM wParam, GetDlgItemTextA(hwnd, IDC_DATAPATH, dataPath, SIZEOF(dataPath)); char filter[MAX_PATH] = ""; - mir_snprintf(filter, MAX_PATH, "%s\0*.*\0", Translate("All Files (*.*)")); + mir_snprintf(filter, MAX_PATH, "%s\0*.*\0", Translate("All files (*.*)")); OPENFILENAMEA ofn = { 0 }; ofn.lStructSize = sizeof(ofn); -- cgit v1.2.3