aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/pocketcellar/pocketcellar-1.1/pocketcellar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/pocketcellar/pocketcellar-1.1/pocketcellar.patch')
-rw-r--r--recipes-qtopia/pocketcellar/pocketcellar-1.1/pocketcellar.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-qtopia/pocketcellar/pocketcellar-1.1/pocketcellar.patch b/recipes-qtopia/pocketcellar/pocketcellar-1.1/pocketcellar.patch
new file mode 100644
index 0000000..a34f9d1
--- /dev/null
+++ b/recipes-qtopia/pocketcellar/pocketcellar-1.1/pocketcellar.patch
@@ -0,0 +1,14 @@
+--- pocketcellar-1.1/pocketcellar.cpp.old
++++ pocketcellar-1.1/pocketcellar.cpp
+@@ -395,9 +395,9 @@
+ _wines->setText(QString::number(stats._wines));
+ _bottles->setText(QString::number(stats._bottles));
+ QString tmp;
+- tmp.sprintf(tr("$%.2f"), stats._totalPrice);
++ tmp.sprintf(tr("%.2f"), stats._totalPrice);
+ _value->setText(tmp);
+- tmp.sprintf(tr("$%.2f ... $%.2f, avg $%.2f"),
++ tmp.sprintf(tr("%.2f ... %.2f, avg %.2f"),
+ stats._minPrice <= stats._maxPrice ?
+ stats._minPrice : 0.0,
+ stats._maxPrice, stats._bottles > 0 ?