From 382b44ddaa58301e12e244f396e70c7cc1dbe883 Mon Sep 17 00:00:00 2001 From: owen Date: Sun, 30 Jan 2005 14:10:05 +0000 Subject: [PATCH] The HI guidelines seem adamant that the File menu should never be called anything but File, and two Mac users expressed profound distress at the thought of it being called Session. File it is. git-svn-id: svn://svn.tartarus.org/sgt/putty@5229 cda61777-01e9-0310-a592-d414129be87e --- mac/mac_res.r | 5 +++-- mac/macresid.h | 12 ++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/mac/mac_res.r b/mac/mac_res.r index 3c1619cc..1733fe9e 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -895,12 +895,13 @@ resource 'MENU' (mApple, preload) { resource 'MENU' (mFile, preload) { mFile, textMenuProc, - 0b11111111111111111111111011110111, + 0b11111111111111111111110111101011, enabled, - "Session", + "File", { "New", noicon, "N", nomark, plain, "Open\0xc9", noicon, "O", nomark, plain, + "-", noicon, nokey, nomark, plain, "Change Settings", noicon, nokey, nomark, plain, "-", noicon, nokey, nomark, plain, "Close", noicon, "W", nomark, plain, diff --git a/mac/macresid.h b/mac/macresid.h index b327211c..a25dcc78 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -27,12 +27,12 @@ /* File menu */ #define iNew 1 #define iOpen 2 -#define iChange 3 -#define iClose 5 -#define iSave 6 -#define iSaveAs 7 -#define iDuplicate 8 -#define iQuit 10 +#define iChange 4 +#define iClose 6 +#define iSave 7 +#define iSaveAs 8 +#define iDuplicate 9 +#define iQuit 11 /* Edit menu */ #define iUndo 1 #define iCut 3 -- 2.11.0