Changeset 931
- Timestamp:
- 01/26/08 15:10:55 (1 year ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
installer/jahplayer.nsi (modified) (1 diff)
-
jahtools/encoder/bootstrap.py (modified) (1 diff)
-
jahwidgets/src/qt3/wrapper/application.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/installer/jahplayer.nsi
r930 r931 203 203 File "..\jahtools\encoder\*.py" 204 204 File "..\jahtools\encoder\*.png" 205 File "C:\Qt\3.3.8\lib\qt-mt338.dll" 205 206 File /r "C:\Program Files\OpenLibraries\python\release\*" 206 207 -
trunk/jahtools/encoder/bootstrap.py
r928 r931 22 22 if len( sys.argv ) > 1 and sys.argv[ 1 ] == "-release": 23 23 openpluginlib.init( os.path.join( os.path.dirname( sys.argv[ 0 ] ), "..", "plugins" ), 0 ) 24 sys.argv.pop( 1 ) 24 25 else: 25 26 openpluginlib.init( ); -
trunk/jahwidgets/src/qt3/wrapper/application.cpp
r911 r931 167 167 void application::quit( ) 168 168 { 169 qApp->quit( ); 169 //qApp->quit( ); 170 exit(0); 170 171 } 171 172
