changeset 15:8689cc000ddf

Added info of server port (8000).
author Jari Korhonen <jtkorhonen@gmail.com>
date Sat, 15 May 2010 17:51:40 +0300
parents 59e03acf84fd
children 3a0ff6f7b317
files mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mainwindow.cpp	Sat May 15 17:47:21 2010 +0300
+++ b/mainwindow.cpp	Sat May 15 17:51:40 2010 +0300
@@ -540,7 +540,7 @@
         runner -> startProc(getHgBinaryName(), workFolderPath, params, false);
         runningAction = ACT_SERVE;
 
-        QMessageBox::information(this, "Serve", "Server running", QMessageBox::Close);
+        QMessageBox::information(this, "Serve", "Server running on port 8000", QMessageBox::Close);
         runner -> killProc();
     }
 }