Mercurial > traipse_dev
comparison orpg/main.py @ 7:2b9e766f9dee grumpy-goblin
Tests fixes issues with Linux GUI effecting miniatures
Files:
/mapper/miniatures.py
/mapper/miniatures_handler.py
author | sirebral |
---|---|
date | Thu, 16 Jul 2009 14:26:50 -0500 |
parents | 668694b93f6c |
children | 0b8b7e3ed78d |
comparison
equal
deleted
inserted
replaced
6:668694b93f6c | 7:2b9e766f9dee |
---|---|
597 self.log.log("Exit orpgFrame->OnMB_ToolsMapBar(self)", ORPG_DEBUG) | 597 self.log.log("Exit orpgFrame->OnMB_ToolsMapBar(self)", ORPG_DEBUG) |
598 | 598 |
599 #Help Menu | 599 #Help Menu |
600 def OnMB_HelpAbout(self): | 600 def OnMB_HelpAbout(self): |
601 | 601 |
602 description = """OpenRPG is a Virtual Game Table that allows users to connect via a network and play table | 602 description = """OpenRPG is a Virtual Game Table that allows users to connect via a network and play table top games with friends. 'Traipse' is an OpenRPG distro that is easy to setup and provides superb functionality. |
603 top games with friends. 'Traipse' is an OpenRPG distro that is easy to setup and provides superb | 603 |
604 functionality. OpenRPG is originally designed by Chris Davis.""" | 604 OpenRPG is originally designed by Chris Davis.""" |
605 | 605 |
606 license = """OpenRPG is free software; you can redistribute it and/or modify it | 606 license = """OpenRPG is free software; you can redistribute it and/or modify it under the terms of the GNU General |
607 under the terms of the GNU General Public License as published by the Free Software Foundation; | 607 Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any |
608 either version 2 of the License, or (at your option) any later version. | 608 later version. |
609 | 609 |
610 OpenRPG and Traipse 'OpenRPG' is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | 610 OpenRPG and Traipse 'OpenRPG' is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even |
611 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 611 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
612 See the GNU General Public License for more details. You should have received a copy of | 612 details. You should have received a copy of the GNU General Public License along with Traipse 'OpenRPG'; if not, write to |
613 the GNU General Public License along with Traipse 'OpenRPG'; if not, write to | |
614 the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 613 the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
615 | 614 |
616 'Traipse' and the 'Traipse' Logo are trademarks of Mad Mathematics Laboratories.""" | 615 'Traipse' and the 'Traipse' Logo are trademarks of Mad Mathematics Laboratories.""" |
617 | 616 |
618 info = wx.AboutDialogInfo() | 617 info = wx.AboutDialogInfo() |