mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
60c81d02b6
commit
7fa8cd2a1d
2 changed files with 9 additions and 0 deletions
|
@ -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),
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue