Skip to content

Commit

Permalink
Give the main window a title
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux authored and jwrober committed Jan 21, 2024
1 parent 2465ca4 commit 55f223d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/fc_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ fc_client::fc_client() : QMainWindow(), current_file(QLatin1String(""))
QApplication::setFont(fcFont::instance()->getFont(fonts::default_font));
QString path;

setWindowTitle(_("Freeciv21"));

central_wdg = new QWidget;
central_layout = new QStackedLayout;

Expand Down

0 comments on commit 55f223d

Please sign in to comment.