From 4b39e586b5c5625b275a78f0efbc0a50e27e6a61 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 16 Apr 2009 04:30:29 +0000 Subject: [Author: dmaclach] Fixed up GTMUILocalizer to work properly with popup menus and alternate titles. Fixed up UnitTesting code to check for it. R=thomasvl DELTA=3175 (3151 added, 14 deleted, 10 changed) --- AppKit/GTMUILocalizer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AppKit/GTMUILocalizer.h') diff --git a/AppKit/GTMUILocalizer.h b/AppKit/GTMUILocalizer.h index d484cb2..54012cf 100644 --- a/AppKit/GTMUILocalizer.h +++ b/AppKit/GTMUILocalizer.h @@ -32,11 +32,12 @@ // be looked up in the Localizable.strings table without the caret as the // key. // Things that will be localized are: -// - Titles (for menus, buttons, windows, menuitems, tabViewItem) +// - Titles and altTitles (for menus, buttons, windows, menuitems, tabViewItem) // - stringValue (for labels) // - tooltips // - accessibility help // - accessibility description +// - menus // // As an example if I wanted to localize a button with the word "Print" on // it, I would put it in a window controlled by a NSWindowController that was -- cgit v1.2.3