Mercurial > traipse_dev
diff orpg/main.py @ 54:5d89a6eaf492 traipse_dev
WinXP seems to have lost some boxes unless the screen is resized. Weird.
Stable (enough) Version. Preparing to stable.
author | sirebral |
---|---|
date | Thu, 06 Aug 2009 17:22:17 -0500 |
parents | b41ea7d28a9e |
children | 5aff3ef1ae46 |
line wrap: on
line diff
--- a/orpg/main.py Thu Aug 06 14:32:36 2009 -0500 +++ b/orpg/main.py Thu Aug 06 17:22:17 2009 -0500 @@ -254,7 +254,7 @@ self.Bind(wx.EVT_MENU, self.OnMB_UpdateManagerPanel, mana) self.updateMana.AppendItem(mana) - self.mainmenu.Insert(4, self.updateMana, "&Update Manager") + self.mainmenu.Insert(5, self.updateMana, "&Update Manager") self.log.log("Exit orpgFrame->build_menu()", ORPG_DEBUG)