From d82edbff5baadeee701ef79cbd9a784aa3a207ab Mon Sep 17 00:00:00 2001 From: donho Date: Sun, 29 Jun 2008 23:39:15 +0000 Subject: [PATCH] [MODIFY] Minor change. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@264 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/Notepad_plus.rc | 4 ++-- PowerEditor/src/WinControls/Preference/preference.rc | 2 +- PowerEditor/src/menuCmdID.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index 4823a315d..8e097eee4 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -246,7 +246,7 @@ BEGIN BEGIN MENUITEM "&New", IDM_FILE_NEW MENUITEM "&Open...", IDM_FILE_OPEN - MENUITEM "Re&load from disk", IDM_FILE_RELOAD + MENUITEM "Re&load from Disk", IDM_FILE_RELOAD MENUITEM "&Save", IDM_FILE_SAVE MENUITEM "Save &As...", IDM_FILE_SAVEAS MENUITEM "Save a Copy As...", IDM_FILE_SAVECOPYAS @@ -302,7 +302,7 @@ BEGIN MENUITEM SEPARATOR MENUITEM "Function completion", IDM_EDIT_AUTOCOMPLETE MENUITEM "Word completion", IDM_EDIT_AUTOCOMPLETE_CURRENTFILE - MENUITEM "Function parameters", IDM_EDIT_FUNCCALLTIP + MENUITEM "Function parameters hint", IDM_EDIT_FUNCCALLTIP MENUITEM SEPARATOR MENUITEM "Set Read Only", IDM_EDIT_SETREADONLY MENUITEM "Clear Read Only Flag", IDM_EDIT_CLEARREADONLY diff --git a/PowerEditor/src/WinControls/Preference/preference.rc b/PowerEditor/src/WinControls/Preference/preference.rc index 2e7dcff1d..8c4af4031 100644 --- a/PowerEditor/src/WinControls/Preference/preference.rc +++ b/PowerEditor/src/WinControls/Preference/preference.rc @@ -234,6 +234,6 @@ BEGIN CTEXT "1",IDD_AUTOC_STATIC_N,259,114,8,8 LTEXT "th characters",IDD_AUTOC_STATIC_CHAR,273,114,57,8 LTEXT "Valid value : 1 - 9",IDD_AUTOC_STATIC_NOTE,238,124,93,8 - CONTROL "Show function parameters on input",IDD_FUNC_CHECK, + CONTROL "Function parameters hint on input",IDD_FUNC_CHECK, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,51,156,160,10 END diff --git a/PowerEditor/src/menuCmdID.h b/PowerEditor/src/menuCmdID.h index 79137a6fc..18f02f524 100644 --- a/PowerEditor/src/menuCmdID.h +++ b/PowerEditor/src/menuCmdID.h @@ -160,7 +160,7 @@ #define IDM_VIEW_FOLD (IDM_VIEW + 50) #define IDM_VIEW_FOLD_1 (IDM_VIEW_FOLD + 1) #define IDM_VIEW_FOLD_2 (IDM_VIEW_FOLD + 2) - #define IDM_VIEW_FOLD_3 (IDM_VIEW_FOLD + 3) + #define IDM_VIEW_FOLD_3 (IDM_VIEW_FOLD + 3) #define IDM_VIEW_FOLD_4 (IDM_VIEW_FOLD + 4) #define IDM_VIEW_FOLD_5 (IDM_VIEW_FOLD + 5) #define IDM_VIEW_FOLD_6 (IDM_VIEW_FOLD + 6)