mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5671 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5c947ee917
commit
b23c7cb172
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
Wed Jan 5 17:00:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Palettes/1Menu/main.m: First cut at code for providing menus items
|
||||
* Palettes/0Menu/main.m: First cut at code for providing menus items
|
||||
on the palette.
|
||||
* GormWindowEditor.m: accept first mouse so we act immediately that
|
||||
the mouse is clicked anywhere in the window.
|
||||
* Palettes/2Window/main.m: Tidy attributes editor and add support
|
||||
* Palettes/1Window/main.m: Tidy attributes editor and add support
|
||||
for setting window title.
|
||||
|
||||
Tue Jan 4 17:42:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
|
|
@ -72,9 +72,9 @@
|
|||
[b setImagePosition: NSImageRight];
|
||||
[b setTitle: @" Info"];
|
||||
[contents addSubview: b];
|
||||
[self associateObject: m
|
||||
[self associateObject: i
|
||||
type: IBMenuPboardType
|
||||
with: i];
|
||||
with: b];
|
||||
RELEASE(b);
|
||||
RELEASE(i);
|
||||
RELEASE(m);
|
||||
|
|
Loading…
Reference in a new issue