summaryrefslogtreecommitdiff
path: root/desktop/crystal/crystal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/crystal/crystal.patch')
-rw-r--r--desktop/crystal/crystal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/crystal/crystal.patch b/desktop/crystal/crystal.patch
new file mode 100644
index 0000000000..6f36a3ed78
--- /dev/null
+++ b/desktop/crystal/crystal.patch
@@ -0,0 +1,11 @@
+--- crystal-2.2.1/client/crystalclient.cpp.orig 2016-02-15 07:32:55.748512951 +0700
++++ crystal-2.2.1//client/crystalclient.cpp 2016-02-15 07:33:14.018499876 +0700
+@@ -118,7 +118,7 @@
+ if (isPreview()) {
+ char c[512];
+ QLabel *label;
+- sprintf(c,"<center><b>Crystal %s Preview</b><br>Built: %s</center>",VERSION, __DATE__);
++ sprintf(c,"<center><b>Crystal %s Preview</b><br>Built: %s</center>",2.2, __DATE__);
+ mainlayout->addItem(new QSpacerItem(1, 1,QSizePolicy::Expanding,QSizePolicy::Fixed), 0, 1);
+ mainlayout->addItem(new QSpacerItem(1, ::factory->borderwidth,QSizePolicy::Expanding,QSizePolicy::Expanding), 3, 1);
+ label = new QLabel(i18n(c), widget());