From 39b2b97bee1e0cf1041b999f9385102cedc1f636 Mon Sep 17 00:00:00 2001 From: Sebastian Zhorel Date: Tue, 28 Jul 2015 09:09:48 +0200 Subject: [PATCH] Remove outdated --splash option from created program startup shortcuts When it was added the option without a filename activated the default splash, but was not updated when the code and interpretation of the option changed. --- build/unixShortcutSpec.xml | 4 ++-- build/winShortcutSpec.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/unixShortcutSpec.xml b/build/unixShortcutSpec.xml index 05ba458d5..2f2cb8588 100644 --- a/build/unixShortcutSpec.xml +++ b/build/unixShortcutSpec.xml @@ -11,7 +11,7 @@ encoding="UTF-8" categories="Application;Game;StrategyGame" type="Application" - commandLine="--splash --windowed" + commandLine="--windowed" workingDirectory="$INSTALL_PATH" categories="Application;Game;StrategyGame" description="A turn-based strategy game based on 'Sid Meier's Colonization'." @@ -29,7 +29,7 @@ target="$INSTALL_PATH/freecol" encoding="UTF-8" type="Application" - commandLine="--splash --full-screen" + commandLine="--full-screen" workingDirectory="$INSTALL_PATH" categories="Application;Game;StrategyGame" description="FreeCol - full screen" diff --git a/build/winShortcutSpec.xml b/build/winShortcutSpec.xml index 542a8e062..78ec782cc 100644 --- a/build/winShortcutSpec.xml +++ b/build/winShortcutSpec.xml @@ -8,7 +8,7 @@