Replace accidentally deleted line.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22430 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-02-05 07:51:54 +00:00
parent 0b25a4ce8a
commit 3fe13bc821

View file

@ -1585,6 +1585,7 @@ static NSNotificationCenter *nc;
[rep setHorizontal: YES];
[self setMenuRepresentation: rep];
[self _organizeMenu];
RELEASE(rep);
}
[[self window] setTitle: [[NSProcessInfo processInfo] processName]];