From 8bbf210610804623aa581f3a547fc782fed9c118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 19 May 2013 12:36:06 +0000 Subject: "PopUp" everywhere was replaced to "Popup" git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/DbEditorPP/src/main.cpp') diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp index 9dbef4d387..11641cc3bb 100644 --- a/plugins/DbEditorPP/src/main.cpp +++ b/plugins/DbEditorPP/src/main.cpp @@ -4,7 +4,7 @@ HINSTANCE hInst = NULL; HANDLE hTTBButt = NULL; BOOL bServiceMode = FALSE; -BOOL usePopUps; +BOOL usePopups; HWND hwnd2watchedVarsWindow; int hLangpack; BYTE nameOrder[NAMEORDERCOUNT]; @@ -85,7 +85,7 @@ int DBSettingChanged(WPARAM wParam,LPARAM lParam) } } // watch list - if (!hwnd2watchedVarsWindow && !usePopUps) return 0; + if (!hwnd2watchedVarsWindow && !usePopups) return 0; for (i=0; iszSetting, WatchListArray.item[i].setting)) { - if (usePopUps) + if (usePopups) popupWatchedVar(hContact, cws->szModule, cws->szSetting); if (hwnd2watchedVarsWindow) PopulateWatchedWindow(GetDlgItem(hwnd2watchedVarsWindow, IDC_VARS)); @@ -221,7 +221,7 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam) db_free(&dbv); UnhookEvent(hModulesLoadedHook); - usePopUps = db_get_b(NULL,modname,"UsePopUps",0); + usePopups = db_get_b(NULL,modname,"UsePopups",0); // Load the name order for(i=0; i < NAMEORDERCOUNT; i++) -- cgit v1.2.3