summaryrefslogtreecommitdiffstats
path: root/doc/html/movies-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/movies-example.html')
-rw-r--r--doc/html/movies-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html
index e5c0317e0..a210f5229 100644
--- a/doc/html/movies-example.html
+++ b/doc/html/movies-example.html
@@ -305,7 +305,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;