Changeset 4295
- Timestamp:
- 03/06/09 16:10:00 (4 years ago)
- Files:
-
- 1 modified
-
trunk/umit/gui/Splash.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umit/gui/Splash.py
r4240 r4295 76 76 77 77 if __name__ == "__main__": 78 from os.path import join79 s = Splash( join(".", "share", "pixmaps", "splash.png"))78 import os 79 s = Splash(os.path.join(".", "share", "pixmaps", "umit", "splash.png")) 80 80 gtk.main()
