git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5671 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-01-05 17:21:07 +00:00
parent 5c947ee917
commit b23c7cb172
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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);