This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Add quit message.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
17790c13c1
commit
12d65acf25
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Timeline/main.C
+ 2
- 0
Timeline/main.C
View File
@@ -125,4 +125,6 @@ main ( int argc, char **argv )
MESSAGE( "Starting GUI" );
MESSAGE( "Starting GUI" );
// tle.main_window->show( argc, argv );
// tle.main_window->show( argc, argv );
tle.run();
tle.run();
MESSAGE( "Your fun is over" );
}
}
Write
Preview
Loading…
Cancel
Save