# HG changeset patch # User Jari Korhonen # Date 1273935100 -10800 # Node ID 8689cc000ddf47aaa054297da532c9d6c1c1ff38 # Parent 59e03acf84fd7bf0d882db43cc219372fe747eb6 Added info of server port (8000). diff -r 59e03acf84fd -r 8689cc000ddf mainwindow.cpp --- 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(); } }