Fixed whitespace in OpenPanel.

Updated localization scripts to account for new nib.
CQTexperiment
vspader 2007-05-26 14:49:05 +00:00
parent c28e8d058d
commit d88d245f46
4 changed files with 145 additions and 142 deletions

View File

@ -19,6 +19,7 @@ if ! [ -d Prferences/General/$language.lproj ]; then
fi
nibtool -d Localizations/$language/MainUI.strings English.lproj/MainMenu.nib -W $language.lproj/MainMenu.nib
nibtool -d Localizations/$language/OpenURLPanel.strings English.lproj/OpenURLPanel.nib -W $language.lproj/OpenURLPanel.nib
nibtool -d Localizations/$language/PreferencesUI.strings Preferences/General/English.lproj/Preferences.nib -W Preferences/General/$language.lproj/Preferences.nib
cp Localizations/$language/MainProgram.strings $language.lproj/Localizable.strings

View File

@ -3,6 +3,7 @@ if ! [ -d Localizations/English ]; then
fi
nibtool -L English.lproj/MainMenu.nib > Localizations/English/MainUI.strings
nibtool -L English.lproj/OpenURLPanel.nib > Localizations/English/OpenURLPanel.strings
nibtool -L Preferences/General/English.lproj/Preferences.nib > Localizations/English/PreferencesUI.strings

View File

@ -217,6 +217,7 @@ static OpenURLPanel *openURLPanel = nil;
{
callback = [mDelegate methodForSelector:mDidEndSelector];
callback(mDelegate, mDidEndSelector, self, [sender tag], mContextInfo);
[self close];
}
}