Corrected the title of print panel

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2010-03-14 05:06:10 +00:00
parent 60c81d02b6
commit 7fa8cd2a1d
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2010-03-13 German Arias <german@xelalug.org>
* Source/NSPrintPanel.m: Set the title of the panel (Print Panel),
because the panel show the title "window" even when gorm file have
other title.
2010-03-13 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSWindow.m (-_borderView),

View file

@ -155,6 +155,9 @@ static NSPrintPanel *shared_instance;
return nil;
}
/* Set the title */
[self setTitle: _(@"Print Panel")];
/* Transfer the objects to us. FIXME: There must be a way to
instantiate the panel directly */
subviews = [[_panel contentView] subviews];