summarylogtreecommitdiffstats
path: root/main.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp.patch')
-rw-r--r--main.cpp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main.cpp.patch b/main.cpp.patch
new file mode 100644
index 000000000000..85f32884e67d
--- /dev/null
+++ b/main.cpp.patch
@@ -0,0 +1,11 @@
+--- main.cpp 2012-08-06 22:56:30.000000000 +0200
++++ main.cpp.new 2015-03-29 14:34:50.008851876 +0200
+@@ -32,7 +32,7 @@
+ int main(int argc, char *argv[])
+ {
+ QApplication a(argc, argv);
+- a.setWindowIcon(QIcon("images/icon.svg"));
++ a.setWindowIcon(QIcon("/usr/share/jeopardy/images/icon.svg"));
+ Jeopardy w;
+ w.init();
+ return a.exec();