From 52190c8e98d4d4a44727b9950cae40a6db270464 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Wed, 8 Jan 2014 20:44:36 +0000 Subject: db => database git-svn-id: http://svn.miranda-ng.org/main/trunk@7556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/res/resource.rc | 2 +- plugins/DbEditorPP/src/findwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/DbEditorPP') diff --git a/plugins/DbEditorPP/res/resource.rc b/plugins/DbEditorPP/res/resource.rc index cfdedb3b69..79db75d01c 100644 --- a/plugins/DbEditorPP/res/resource.rc +++ b/plugins/DbEditorPP/res/resource.rc @@ -145,7 +145,7 @@ END IDD_MAIN DIALOGEX 0, 0, 408, 225 STYLE DS_ABSALIGN | DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME -CAPTION "DBEditor++" +CAPTION "Database Editor++" MENU IDR_MAINMENU FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN diff --git a/plugins/DbEditorPP/src/findwindow.cpp b/plugins/DbEditorPP/src/findwindow.cpp index ae1eabcde8..da1b9cf673 100644 --- a/plugins/DbEditorPP/src/findwindow.cpp +++ b/plugins/DbEditorPP/src/findwindow.cpp @@ -65,7 +65,7 @@ INT_PTR CALLBACK FindWindowDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP case WM_INITDIALOG: { TranslateDialogDefault(hwnd); - SendMessage(GetDlgItem(hwnd,IDC_SBAR),SB_SETTEXT,0,(LPARAM)Translate("Enter a string to search the DB for")); + SendMessage(GetDlgItem(hwnd,IDC_SBAR),SB_SETTEXT,0,(LPARAM)Translate("Enter a string to search the database for")); CheckDlgButton(hwnd,IDC_MODNAME,1); CheckDlgButton(hwnd,IDC_SETTINGNAME,1); CheckDlgButton(hwnd,IDC_SETTINGVALUE,1); -- cgit v1.2.3