mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
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:
parent
43211ec2b7
commit
de94278815
2 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,9 @@
|
||||||
* Framework/PCProjectWindow.m:
|
* Framework/PCProjectWindow.m:
|
||||||
Return the view's editor undo manager.
|
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>
|
2010-06-01 Riccardo Mottola <rmottola@users.sf.net>
|
||||||
|
|
||||||
* Modules\Editors\ProjectCenter\PCEditor.m,
|
* Modules\Editors\ProjectCenter\PCEditor.m,
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
{
|
{
|
||||||
NSRunAlertPanel(@"Set Debugger Tool",
|
NSRunAlertPanel(@"Set Debugger Tool",
|
||||||
@"File %@ doesn't exist!\n"
|
@"File %@ doesn't exist!\n"
|
||||||
"Setting field to default value.",
|
@"Setting field to default value.",
|
||||||
@"Close", nil, nil, path);
|
@"Close", nil, nil, path);
|
||||||
path = @"";
|
path = @"";
|
||||||
}
|
}
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
{
|
{
|
||||||
NSRunAlertPanel(@"Set Debugger Tool",
|
NSRunAlertPanel(@"Set Debugger Tool",
|
||||||
@"File %@ exists but is not executable!\n"
|
@"File %@ exists but is not executable!\n"
|
||||||
"Setting field to default value.",
|
@"Setting field to default value.",
|
||||||
@"Close", nil, nil, path);
|
@"Close", nil, nil, path);
|
||||||
path = @"";
|
path = @"";
|
||||||
}
|
}
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
[editorField selectText:self];
|
[editorField selectText:self];
|
||||||
NSRunAlertPanel(@"Set Editor",
|
NSRunAlertPanel(@"Set Editor",
|
||||||
@"File %@ exists but is not executable!\n"
|
@"File %@ exists but is not executable!\n"
|
||||||
"Setting field to default value.",
|
@"Setting field to default value.",
|
||||||
@"Close", nil, nil, path);
|
@"Close", nil, nil, path);
|
||||||
path = @"";
|
path = @"";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue