completed saving, also 'save as' works

This commit is contained in:
codeimp 2007-10-14 15:44:55 +00:00
parent 61e78baf10
commit 6c5fae98b0
33 changed files with 388 additions and 115 deletions

View file

@ -492,6 +492,11 @@ namespace CodeImp.DoomBuilder.Interface
itemsavemap.Enabled = (General.Map != null);
itemsavemapas.Enabled = (General.Map != null);
itemsavemapinto.Enabled = (General.Map != null);
// Toolbar icons
buttonnewmap.Enabled = itemnewmap.Enabled;
buttonopenmap.Enabled = itemopenmap.Enabled;
buttonsavemap.Enabled = itemsavemap.Enabled;
}
// This sets the recent files from configuration