summarylogtreecommitdiffstats
path: root/answer.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'answer.cpp.patch')
-rw-r--r--answer.cpp.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/answer.cpp.patch b/answer.cpp.patch
deleted file mode 100644
index f4d9a848976a..000000000000
--- a/answer.cpp.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- answer.cpp 2012-08-06 22:56:30.000000000 +0200
-+++ answer.cpp.new 2015-03-29 14:39:33.433983097 +0200
-@@ -55,7 +55,7 @@
- ui->videoPlayer->setVisible(false);
-
- if(sound)
-- this->music = Phonon::createPlayer(Phonon::NoCategory, Phonon::MediaSource("sound/jeopardy.wav"));
-+ this->music = Phonon::createPlayer(Phonon::NoCategory, Phonon::MediaSource("/usr/share/jeopardy/sound/jeopardy.wav"));
-
- this->isVideo = false;
- }
-@@ -217,7 +217,7 @@
-
- void Answer::prependDir(QString *answer)
- {
-- answer->prepend(QString("/answers/%1/").arg(this->round));
-+ answer->prepend(QString("/usr/share/jeopardy/answers/%1/").arg(this->round));
- answer->prepend(QDir::currentPath());
- }
-