Skip to content

Commit

Permalink
版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Su authored and Frank Su committed Feb 24, 2015
1 parent 8347acd commit 04f1035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dialog/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent), ui(new Ui::MainWindow), server(NULL)
{
ui->setupUi(this);

setWindowTitle(tr("Sanguosha") + " " + Sanguosha->getVersionNumber());

scene = NULL;

connection_dialog = new ConnectionDialog(this);
Expand Down

0 comments on commit 04f1035

Please sign in to comment.