diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-08 20:44:36 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-08 20:44:36 +0000 |
commit | 52190c8e98d4d4a44727b9950cae40a6db270464 (patch) | |
tree | 1c49ca89551c3caf28f26142552749592c0dc17e /plugins/DbEditorPP/res | |
parent | 3ae65b1dfe3d4152190e822b3441cbf72c7da83f (diff) |
db => database
git-svn-id: http://svn.miranda-ng.org/main/trunk@7556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/res')
-rw-r--r-- | plugins/DbEditorPP/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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
|