changeset 17954:57994ddbf31b

* libgui/src/main-window.cc: Replace "not" with "!" in CPP statement.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 18 Nov 2013 19:12:05 -0500
parents f792a5c15b46
children 9fc0836cb69b
files libgui/src/main-window.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Mon Nov 18 19:11:36 2013 -0500
+++ b/libgui/src/main-window.cc	Mon Nov 18 19:12:05 2013 -0500
@@ -916,7 +916,7 @@
   // show floating widgets after main win to ensure "Octave" in central menu
   foreach (octave_dock_widget *widget, float_and_visible)
     {
-#if not defined (Q_OS_WIN32)
+#if ! defined (Q_OS_WIN32)
       widget->make_window ();
 #endif
       if (settings->value ("DockWidgets/" + widget->objectName () + "_minimized").toBool ())