Mercurial > hg > easyhg
diff mainwindow.cpp @ 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 | 9b52042baf39 |
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(); } }