* Apps/EOModelEditor/Resources/EOMEDocument.gsmarkup

give the window a better name than just "Window"


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36333 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-10 18:33:44 +00:00
parent 977d89aabd
commit ca56117004
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@
</hbox>
</window>
<window id="window" minWidth="200" minHeight="300" autosaveName="EOMEDocument" visible="no">
<window title="Enterprise Object Model Editor" id="window" minWidth="200" minHeight="300" autosaveName="EOMEDocument" visible="no">
<vbox>

View file

@ -24,6 +24,8 @@
* EOAccess/EOAdaptor.m
Fix some headers, remove unused variables, and use EOMApp
instead of NSApp
* Apps/EOModelEditor/Resources/EOMEDocument.gsmarkup
give the window a better name than just "Window"
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.h