[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #36764] GUI does not currently support loading with standard locali
From: |
Richard Frith-Macdonald |
Subject: |
[bug #36764] GUI does not currently support loading with standard localized directories... |
Date: |
Mon, 30 Jul 2012 07:31:06 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25 |
Follow-up Comment #9, bug #36764 (project gnustep):
I couldn't figure out how to easily write a testcase for this, so what I did
to try it out on OSX was:
1. create a new empty app with a single window in the main nib, setting it's
title to 'Generic'.
2. copy the MainMenu.nib out of Test.app/Contents/Resources/en.lproj
3. edit the window menu to be 'English' and re-build the app
4. run the app and check that the window title of the running app was
'English'
5. copy the saved MainMenu.nib to Test.app/Contents/Resources
6. run the app and check the enu title ... 'Generic'
7. removed the copied nib
8. run the app and check the title ... 'English'
So on OSX, the order of lookup for the main nib is generic first, then
language specific ... it looks like current lookup order in gnustep-gui is
wrong, and we should probably change the gui bundle additions code to use the
lookup methods from base and get rid of the -pathForNibResource: method.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36764>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #36764] GUI does not currently support loading with standard localized directories..., Gregory John Casamento, 2012/07/01
- [bug #36764] GUI does not currently support loading with standard localized directories..., Fred Kiefer, 2012/07/02
- [bug #36764] GUI does not currently support loading with standard localized directories..., Gregory John Casamento, 2012/07/03
- [bug #36764] GUI does not currently support loading with standard localized directories..., Richard Frith-Macdonald, 2012/07/09
- [bug #36764] GUI does not currently support loading with standard localized directories..., Fred Kiefer, 2012/07/10
- [bug #36764] GUI does not currently support loading with standard localized directories..., Fred Kiefer, 2012/07/21
- Re: [bug #36764] GUI does not currently support loading with standard localized directories..., Gregory Casamento, 2012/07/21
- [bug #36764] GUI does not currently support loading with standard localized directories..., Richard Frith-Macdonald, 2012/07/27
- [bug #36764] GUI does not currently support loading with standard localized directories..., Fred Kiefer, 2012/07/28
- [bug #36764] GUI does not currently support loading with standard localized directories..., Richard Frith-Macdonald, 2012/07/29
- [bug #36764] GUI does not currently support loading with standard localized directories...,
Richard Frith-Macdonald <=