mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
Added missing internationalisation and more strings in spanish
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29198 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18ccb39873
commit
a7465998ed
5 changed files with 49 additions and 18 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "AppKit/NSTextContainer.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
|
||||
|
||||
@implementation NSApplication (NSHelpPanel)
|
||||
|
@ -149,7 +150,7 @@ static NSHelpPanel *_sharedPanel = nil;
|
|||
defer: NO
|
||||
screen: nil];
|
||||
[self setReleasedWhenClosed: NO];
|
||||
[self setTitle: @"Help"];
|
||||
[self setTitle: _(@"Help")];
|
||||
s = [[NSScrollView alloc] initWithFrame: contentRect];
|
||||
[s setHasHorizontalScroller: YES];
|
||||
[s setHasVerticalScroller: YES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue