mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
* Framework/PCProjectBuilder.m:
(prebuildCheck): Swap button names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27921 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae3f0a1870
commit
ea0d43d72f
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-02-19 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCProjectBuilder.m:
|
||||
(prebuildCheck): Swap button names.
|
||||
|
||||
2009-02-17 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCProjectBuilder.m: Cleanup.
|
||||
|
|
|
@ -306,6 +306,8 @@ NSString *PCEditorDidResignActiveNotification =
|
|||
NSArray *modifiedFiles = [self modifiedFiles];
|
||||
int ret;
|
||||
|
||||
NSLog(@"[PCEditorManager] modified files: %@", modifiedFiles);
|
||||
|
||||
if ([modifiedFiles count])
|
||||
{
|
||||
ret = NSRunAlertPanel(@"Close",
|
||||
|
|
|
@ -469,7 +469,7 @@
|
|||
ret = NSRunAlertPanel(@"Project Build",
|
||||
@"Project was changed and not saved.\n"
|
||||
"Do you want to save project before building it?",
|
||||
@"Save Project", @"Stop Build", nil);
|
||||
@"Stop Build", @"Save and Build", nil);
|
||||
switch (ret)
|
||||
{
|
||||
case NSAlertDefaultReturn: // Stop Build
|
||||
|
|
Loading…
Reference in a new issue