diff options
author | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2009-09-09 21:00:41 +0000 |
---|---|---|
committer | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2009-09-09 21:00:41 +0000 |
commit | 42aa1c06dd802bfadc0f77f6b5a05f7f6fa2c067 (patch) | |
tree | 98d92b27ba7338765a3de92679e68f32b84090f2 /AppKit/TestData | |
parent | ef53b5beb4295064e9a8568362052f09d18906dc (diff) |
[Author: thomasvl]
Support the toolbar item's view in state logging.
Add table columns to ui localizer (tests will come in a following cl).
Add a toolbar item that doesn't localize to help catch bugs in the future like we had on first impl.
Add a tooltip to the toolbar item in the unittest for ui localizer.
Add a note about the limits to ui localizer and toolbars due to the NSToolbar api's limits.
R=dmaclach
DELTA=746 (90 added, 599 deleted, 57 changed)
Diffstat (limited to 'AppKit/TestData')
-rw-r--r-- | AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState b/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState index 0331926..9d2736d 100644 --- a/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState +++ b/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState @@ -348,7 +348,16 @@ <key>PaletteLabel</key> <string>Localized Toolbar Item Palette Label</string> <key>ToolTip</key> - <string></string> + <string>Localized ToolTip</string> + </dict> + <key>ToolbarItem 1</key> + <dict> + <key>Label</key> + <string>ToolbarItemLabel</string> + <key>PaletteLabel</key> + <string>ToolbarItemPaletteLabel</string> + <key>ToolTip</key> + <string>ToolTip</string> </dict> </dict> </dict> |