Skip to content

Commit

Permalink
Updated icon and splash
Browse files Browse the repository at this point in the history
  • Loading branch information
Rush committed Oct 5, 2014
1 parent 85480bc commit aa7ee3d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_policy(SET CMP0048 NEW)
project(UTLauncher VERSION 0.3.5)
project(UTLauncher VERSION 0.3.6)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeModules")
include(MingwResource)
Expand Down
Binary file modified icon.icns
Binary file not shown.
Binary file modified icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions serverbrowser.h
Expand Up @@ -620,7 +620,7 @@ class ServerBrowser : public QMainWindow

auto about = new QAction(awesome->icon(fa::handoup), "About", this);
connect(about, &QAction::triggered, [=] {
QMessageBox::about(this, "UTLauncher", "Brought to you by Damian \"Rush\" Kaczmarek from <a href=\"https://codecharm.co.uk\">Code Charm Ltd</a><br><br>Servers delivered and hosted by raxxy and others. Server query code done by TimeH.<br><br>Big thanks to Epic Games for delivering us Unreal Tournament in open fashion!<br><br>Please visit <a href=\"https://forums.unrealtournament.com\">Unreal Tournament forums</a> to participate in development.");
QMessageBox::about(this, "UTLauncher", "Brought to you by Damian \"Rush\" Kaczmarek from <a href=\"https://codecharm.co.uk\">Code Charm Ltd</a> and other contributors:<br><br>Servers delivered and hosted by raxxy and others. Server query code done by TimeH. Splash logo made by Henrik Roysa. Icon made by Archer.<br><br>Big thanks to Epic Games for delivering us Unreal Tournament in open fashion!<br><br>Please visit <a href=\"https://forums.unrealtournament.com\">Unreal Tournament forums</a> to participate in development.");
});

helpToolbar->addAction(about);
Expand All @@ -635,7 +635,7 @@ class ServerBrowser : public QMainWindow

auto helpAction = new QAction(awesome->icon(fa::comments), "IRC Chat", this);
connect(helpAction, &QAction::triggered, [=] {
QDesktopServices::openUrl(QUrl("http://webchat.globalgamers.net/?channels=beyondunreal"));
QDesktopServices::openUrl(QUrl("http://webchat.globalgamers.net/?channels=UnrealTournament"));
});


Expand Down
Binary file modified splash.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa7ee3d

Please sign in to comment.