From 8fe6967fbd01e3f4e71e874c40020ed9b094d45c Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 27 Oct 2011 23:07:07 +0000 Subject: [PATCH] Added patches provided by Stephen Kitt . git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2277 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- configure | 2 +- src/unix/stella.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 1cbb92445..72581b9ae 100755 --- a/configure +++ b/configure @@ -383,7 +383,7 @@ if test "$?" -gt 0; then fi case $cxx_version in - 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*) + 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9]|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*) _cxx_major=`echo $cxx_version | cut -d '.' -f 1` _cxx_minor=`echo $cxx_version | cut -d '.' -f 2` cxx_version="$cxx_version, ok" diff --git a/src/unix/stella.desktop b/src/unix/stella.desktop index 16b64a3ce..ca6b2cc47 100644 --- a/src/unix/stella.desktop +++ b/src/unix/stella.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Stella Comment=A multi-platform Atari 2600 emulator -Exec=stella +Exec=stella %f Icon=stella.png Terminal=false Type=Application