aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizer.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-04-16 04:30:29 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-04-16 04:30:29 +0000
commit4b39e586b5c5625b275a78f0efbc0a50e27e6a61 (patch)
tree7702606b513c5abf4ea068cf00b1bd3ea521813d /AppKit/GTMUILocalizer.h
parentb8787b78e65a3b1ed18c406b0e2ea5232af7ac14 (diff)
[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)
Diffstat (limited to 'AppKit/GTMUILocalizer.h')
-rw-r--r--AppKit/GTMUILocalizer.h3
1 files changed, 2 insertions, 1 deletions
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