- renamed icons to ASCII-only names cause build failed
authorDavid Solbach <d@vidsolbach.de>
Wed, 20 Oct 2010 19:19:13 +0000 (21:19 +0200)
committerDavid Solbach <d@vidsolbach.de>
Wed, 20 Oct 2010 19:19:13 +0000 (21:19 +0200)
Icons/Koeln.png [new file with mode: 0644]
Icons/Köln.png [deleted file]
Icons/Moenchengladbach.png [new file with mode: 0644]
Icons/Mönchengladbach.png [deleted file]
Icons/Nuernberg.png [new file with mode: 0644]
Icons/Nürnberg.png [deleted file]
buliscores.pro.user
resources.qrc
src/match.cpp

diff --git a/Icons/Koeln.png b/Icons/Koeln.png
new file mode 100644 (file)
index 0000000..ba32a3a
Binary files /dev/null and b/Icons/Koeln.png differ
diff --git a/Icons/Köln.png b/Icons/Köln.png
deleted file mode 100644 (file)
index ba32a3a..0000000
Binary files "a/Icons/K\303\266ln.png" and /dev/null differ
diff --git a/Icons/Moenchengladbach.png b/Icons/Moenchengladbach.png
new file mode 100644 (file)
index 0000000..79bd857
Binary files /dev/null and b/Icons/Moenchengladbach.png differ
diff --git a/Icons/Mönchengladbach.png b/Icons/Mönchengladbach.png
deleted file mode 100644 (file)
index 79bd857..0000000
Binary files "a/Icons/M\303\266nchengladbach.png" and /dev/null differ
diff --git a/Icons/Nuernberg.png b/Icons/Nuernberg.png
new file mode 100644 (file)
index 0000000..4e12c80
Binary files /dev/null and b/Icons/Nuernberg.png differ
diff --git a/Icons/Nürnberg.png b/Icons/Nürnberg.png
deleted file mode 100644 (file)
index 4e12c80..0000000
Binary files "a/Icons/N\303\274rnberg.png" and /dev/null differ
index 64e552e..82e06f4 100644 (file)
     <valuemap key="Qt4ProjectManager.MaemoRunConfiguration.DebuggingHelpersLastDeployed" type="QVariantMap"/>
     <value key="Qt4ProjectManager.MaemoRunConfiguration.DeviceId" type="qulonglong">1</value>
     <valuemap key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployed" type="QVariantMap">
-     <value key="192.168.2.102" type="QDateTime">2010-10-17T14:49:55</value>
+     <value key="192.168.2.102" type="QDateTime">2010-10-17T21:54:17</value>
     </valuemap>
    </valuemap>
    <value key="ProjectExplorer.Target.RunConfigurationCount" type="int">1</value>
index a6aedd9..67c8f37 100644 (file)
@@ -9,11 +9,8 @@
         <file>Icons/Hannover.png</file>
         <file>Icons/Hoffenheim.png</file>
         <file>Icons/Kaiserslautern.png</file>
-        <file>Icons/Köln.png</file>
         <file>Icons/Leverkusen.png</file>
         <file>Icons/Mainz.png</file>
-        <file>Icons/Mönchengladbach.png</file>
-        <file>Icons/Nürnberg.png</file>
         <file>Icons/Schalke.png</file>
         <file>Icons/St.Pauli.png</file>
         <file>Icons/Stuttgart.png</file>
@@ -24,5 +21,8 @@
         <file alias="bullet-grey">Icons/Application/grau.gif</file>
         <file alias="bullet-green">Icons/Application/gruen.gif</file>
         <file alias="bullet-red">Icons/Application/rot.gif</file>
+        <file>Icons/Koeln.png</file>
+        <file>Icons/Moenchengladbach.png</file>
+        <file>Icons/Nuernberg.png</file>
     </qresource>
 </RCC>
index 64a5f90..a4cf48c 100644 (file)
@@ -35,15 +35,15 @@ QIcon Match::getEmblemByName(QString team)
     } else if (team == "1899 Hoffenheim") {
         i = QIcon(":/Icons/Hoffenheim.png");
     } else if (team == "Borussia M'gladbach") {
-        i = QIcon(":/Icons/Mönchengladbach.png");
+        i = QIcon(":/Icons/Moenchengladbach.png");
     } else if (team == "VfL Wolfsburg") {
         i = QIcon(":/Icons/Wolfsburg.png");
     } else if (team == "SC Freiburg") {
         i = QIcon(":/Icons/Freiburg.png");
     } else if (team == "1. FC Köln") {
-        i = QIcon(":/Icons/Köln.png");
+        i = QIcon(":/Icons/Koeln.png");
     } else if (team == "1. FC Nürnberg") {
-        i = QIcon(":/Icons/Nürnberg.png");
+        i = QIcon(":/Icons/Nuernberg.png");
     } else if (team == "FC Schalke 04") {
         i = QIcon(":/Icons/Schalke.png");
     } else if (team == "VfB Stuttgart") {