summaryrefslogtreecommitdiffstats
path: root/examples/movies/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/movies/main.cpp')
-rw-r--r--examples/movies/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp
index 3fa2ec737..af1b9cf88 100644
--- a/examples/movies/main.cpp
+++ b/examples/movies/main.cpp
@@ -265,7 +265,7 @@ int main(int argc, char **argv)
if (argc > 1) {
// Commandline mode - show movies given on the command line
//
- bool gui=TRUE;
+ bool gui=true;
for (int arg=1; arg<argc; arg++) {
if ( TQString(argv[arg]) == "-i" )
gui = !gui;