1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Remove patch, forgotten in last commit

Feature safe:	yes
This commit is contained in:
Thomas Abthorpe 2011-11-23 02:53:16 +00:00
parent f7929d7b30
commit 93e237b454
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286275

View File

@ -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");