mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 08:31:06 +00:00
Change class for window SaveModified.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@37781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c92e82d1c2
commit
6021cce07b
4 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-04-02 German Arias <germanandre@gmx.es>
|
||||
|
||||
* Framework/English.lproj/SaveModified.gorm: Use class PCAuxiliaryWindow
|
||||
to not display menu.
|
||||
|
||||
2014-04-02 German Arias <germanandre@gmx.es>
|
||||
|
||||
* Framework/PCFileCreator.m: Removed two last commits. There is
|
||||
|
|
|
@ -6,6 +6,13 @@
|
|||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
PCAuxiliaryWindow = {
|
||||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
);
|
||||
Super = NSWindow;
|
||||
};
|
||||
SaveModifiedFilesDelegate = {
|
||||
Actions = (
|
||||
"buttonClicked:"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue