mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
* Framework/English.lproj/SaveModified.gorm: Correct issues with
Gorm file. * Framework/PCSaveModified.m: Use setTitle: instead of setStringValue: to set the titles of the buttons. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3517ccbc92
commit
b4c12c1a73
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2010-05-30 01:54-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* Framework/English.lproj/SaveModified.gorm: Correct issues with
|
||||||
|
Gorm file.
|
||||||
|
* Framework/PCSaveModified.m: Use setTitle: instead of setStringValue:
|
||||||
|
to set the titles of the buttons.
|
||||||
|
|
||||||
2010-05-30 01:44-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
2010-05-30 01:44-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Modules/Editors/ProjectCenter/PCEditor.m: Temporarily comment out
|
* Modules/Editors/ProjectCenter/PCEditor.m: Temporarily comment out
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -74,9 +74,9 @@ BOOL PCRunSaveModifiedFilesPanel(PCEditorManager *manager,
|
||||||
[filesList reloadData];
|
[filesList reloadData];
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
[defaultButton setStringValue:defaultText];
|
[defaultButton setTitle:defaultText];
|
||||||
[alternateButton setStringValue:alternateText];
|
[alternateButton setTitle:alternateText];
|
||||||
[otherButton setStringValue:otherText];
|
[otherButton setTitle:otherText];
|
||||||
|
|
||||||
[panel makeKeyAndOrderFront:self];
|
[panel makeKeyAndOrderFront:self];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue