From 166d513c7b13865d2d3b1a22e10026672fb90cc6 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Fri, 6 May 2011 21:24:35 +0000 Subject: [PATCH] [UPDATE] Modify the comment to make the file ANSI compatible. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@755 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/menuCmdID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/menuCmdID.h b/PowerEditor/src/menuCmdID.h index 615d4c666..80d4a2d7a 100644 --- a/PowerEditor/src/menuCmdID.h +++ b/PowerEditor/src/menuCmdID.h @@ -40,7 +40,7 @@ #define IDM_FILE_DELETE (IDM_FILE + 16) #define IDM_FILE_RENAME (IDM_FILE + 17) - // A mettre à jour si on ajoute nouveau menu item dans le menu "File" + // To be updated if new menu item(s) is (are) added in menu "File" #define IDM_FILEMENU_LASTONE IDM_FILE_RENAME #define IDM_EDIT (IDM + 2000)