]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/pocketcellar/pocketcellar-1.1/pocketcellar.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / pocketcellar / pocketcellar-1.1 / pocketcellar.patch
1 --- pocketcellar-1.1/pocketcellar.cpp.old
2 +++ pocketcellar-1.1/pocketcellar.cpp
3 @@ -395,9 +395,9 @@
4         _wines->setText(QString::number(stats._wines));
5         _bottles->setText(QString::number(stats._bottles));
6         QString tmp;
7 -       tmp.sprintf(tr("$%.2f"), stats._totalPrice);
8 +       tmp.sprintf(tr("%.2f"), stats._totalPrice);
9         _value->setText(tmp);
10 -       tmp.sprintf(tr("$%.2f ... $%.2f, avg $%.2f"), 
11 +       tmp.sprintf(tr("%.2f ... %.2f, avg %.2f"), 
12                         stats._minPrice <= stats._maxPrice ?
13                         stats._minPrice : 0.0,
14                         stats._maxPrice, stats._bottles > 0 ?