gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7582 - GNUnet/src/setup/qt


From: gnunet
Subject: [GNUnet-SVN] r7582 - GNUnet/src/setup/qt
Date: Wed, 20 Aug 2008 13:53:28 -0600 (MDT)

Author: durner
Date: 2008-08-20 13:53:28 -0600 (Wed, 20 Aug 2008)
New Revision: 7582

Modified:
   GNUnet/src/setup/qt/setupWizard.cc
Log:
remove console

Modified: GNUnet/src/setup/qt/setupWizard.cc
===================================================================
--- GNUnet/src/setup/qt/setupWizard.cc  2008-08-20 19:05:41 UTC (rev 7581)
+++ GNUnet/src/setup/qt/setupWizard.cc  2008-08-20 19:53:28 UTC (rev 7582)
@@ -436,11 +436,14 @@
                      "This maybe due to insufficient permissions, please check 
the console output and your configuration.\n"
                      "Finally, run gnunet-update manually.");
         else
+        {
+          FreeConsole();
           QMessageBox::information(this, tr("Information"), "Setup is 
complete.\n\n"
               "Next steps: before you can use GNUnet, the background process 
\"gnunetd\" needs to be started.\n"
               "This can be done on the user interface's \"General\" tab or by 
using the Windows Service Control Manager "
               "if you decided to launch it on computer startup.\ngnunetd will 
then connect to the GNUnet network and "
               "the number of connected peers is displayed at the bottom of the 
user interface.");
+        }
 
         delete [] cmd;
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]