diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-07 17:47:25 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-07 17:47:25 +0000 |
commit | 9ed8443789fe258aa6894cdff0f2ae933bd62e5f (patch) | |
tree | 041e3b777d77a4e2d9f1ce458895b0389804e96f /misc/bibletime/files | |
parent | 42ae21c9adf61658778e514d0770adb1d03ee4fb (diff) |
Notes
Diffstat (limited to 'misc/bibletime/files')
-rw-r--r-- | misc/bibletime/files/patch-src__bibletime.cpp | 11 |
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"); |