Changeset 4148
- Timestamp:
- 02/21/09 16:06:49 (4 years ago)
- Location:
- branch/PacketManipulator/PM
- Files:
-
- 1 added
- 2 modified
-
Core/Const.py (modified) (1 diff)
-
Gui/Core/MainWindow.py (modified) (1 diff)
-
Gui/Core/Splash.py (added)
Legend:
- Unmodified
- Added
- Removed
-
branch/PacketManipulator/PM/Core/Const.py
r3992 r4148 38 38 39 39 PM_SITE = 'http://manipulator.umitproject.org' 40 PM_VERSION = '0.2 -RC2'40 PM_VERSION = '0.2' 41 41 PM_DEVELOPMENT = os.environ.get('PM_DEVELOPMENT', False) 42 42 -
branch/PacketManipulator/PM/Gui/Core/MainWindow.py
r3796 r4148 517 517 518 518 dialog.set_logo(gtk.gdk.pixbuf_new_from_file(os.path.join(PIXMAPS_DIR, 'pm-logo.png'))) 519 519 dialog.set_name("PacketManipulator") 520 520 dialog.set_version(PM_VERSION) 521 521
