aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bibletime
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bibletime')
-rw-r--r--misc/bibletime/files/patch-src__bibletime.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/bibletime/files/patch-src__bibletime.cpp b/misc/bibletime/files/patch-src__bibletime.cpp
deleted file mode 100644
index 29b6a6ae4296..000000000000
--- a/misc/bibletime/files/patch-src__bibletime.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/bibletime.cpp.orig 2009-12-15 13:23:36.000000000 -0500
-+++ ./src/bibletime.cpp 2009-12-15 13:24:19.000000000 -0500
-@@ -61,7 +61,7 @@
- const int month = date.month();
- QString splashImage(DU::getPicsDir().canonicalPath().append("/"));
-
-- if ((month >= 12 && day >= 24) || (month <= 1 && day < 6)) {
-+ if ((month >= 12) || (month <= 1 && day < 6)) {
- splashImage.append("startuplogo_christmas.png");
- } else {
- splashImage.append("startuplogo.png");