From e1747d22bf5b6010f06edd633f452679c31a3944 Mon Sep 17 00:00:00 2001 From: RMN Date: Mon, 15 Sep 2014 10:17:52 +0000 Subject: resources: comma in Conditional Clauses with "if": if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause, while no comma is needed if the "if clause" follows the main one. git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NotesAndReminders') diff --git a/plugins/NotesAndReminders/src/main.cpp b/plugins/NotesAndReminders/src/main.cpp index dbe5ac7daa..730cb0ca59 100644 --- a/plugins/NotesAndReminders/src/main.cpp +++ b/plugins/NotesAndReminders/src/main.cpp @@ -307,7 +307,7 @@ extern "C" __declspec(dllexport) int Load(void) hRichedDll = LoadLibrary(_T("RICHED20.DLL")); if (!hRichedDll) { - if (MessageBox(0, TranslateT("Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda."), _T(SECTIONNAME), MB_YESNO | MB_ICONINFORMATION) != IDYES) + if (MessageBox(0, TranslateT("Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda."), _T(SECTIONNAME), MB_YESNO | MB_ICONINFORMATION) != IDYES) return 1; return 0; } -- cgit v1.2.3