Skip to content

Commit

Permalink
Fix some text bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
awlck committed Nov 30, 2019
1 parent 3d8c986 commit ffdf570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ add_library(ssv_frontend_widgets STATIC
src/frontends/widgets/views/overview_view.cpp src/frontends/widgets/views/overview_view.h
src/frontends/widgets/views/techs_view.cpp src/frontends/widgets/views/techs_view.h
)
target_compile_definitions(ssv_frontend_widgets PRIVATE SSV_VERSION="${SSV_BUILD_VERSION}")
target_link_libraries(ssv_frontend_widgets Qt5::Widgets)
set(SOME_FRONTEND_FOUND ON)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/frontends/widgets/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void MainWindow::aboutSsvSelected() {
QMessageBox::about(this, tr("About Stellars Stat Viewer"), tr("Stellaris Stat Viewer: EU4-inspired "
"statistics and rankings for Stellaris.\n\nVersion: %1\n(c) 2019 Adrian "
"\"ArdiMaster\" Welcker, Licensed under the Apache License version 2.0\n\nCheck out the source "
"code and contribute at\nhttps://github.com/ArdiMaster/stellaris-stat-viewer").arg(SSV_VERSION));
"code and contribute at\nhttps://gitlab.com/ArdiMaster/stellaris-stat-viewer").arg(SSV_VERSION));
}

void MainWindow::checkForUpdatesSelected() {
Expand Down

0 comments on commit ffdf570

Please sign in to comment.