declare string constants with @

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30566 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-06-03 22:02:06 +00:00
parent 43211ec2b7
commit de94278815
2 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,9 @@
* Framework/PCProjectWindow.m:
Return the view's editor undo manager.
* Modules/Preferences/Misc/PCMiscPrefs.m:
declare strintg constants with @
2010-06-01 Riccardo Mottola <rmottola@users.sf.net>
* Modules\Editors\ProjectCenter\PCEditor.m,

View file

@ -217,7 +217,7 @@
{
NSRunAlertPanel(@"Set Debugger Tool",
@"File %@ doesn't exist!\n"
"Setting field to default value.",
@"Setting field to default value.",
@"Close", nil, nil, path);
path = @"";
}
@ -225,7 +225,7 @@
{
NSRunAlertPanel(@"Set Debugger Tool",
@"File %@ exists but is not executable!\n"
"Setting field to default value.",
@"Setting field to default value.",
@"Close", nil, nil, path);
path = @"";
}
@ -288,7 +288,7 @@
[editorField selectText:self];
NSRunAlertPanel(@"Set Editor",
@"File %@ exists but is not executable!\n"
"Setting field to default value.",
@"Setting field to default value.",
@"Close", nil, nil, path);
path = @"";
}