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, 0 insertions, 11 deletions
diff --git a/main.cpp.patch b/main.cpp.patch
deleted file mode 100644
index 85f32884e67d..000000000000
--- a/main.cpp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();