mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +02:00
2018-07-12 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up SQL quieries in 'lib/' ensure UTF-8 compatibility.
This commit is contained in:
@@ -241,20 +241,10 @@ void RDButtonDialog::DisplayCart(int cartnum)
|
||||
if(cart->exists()) {
|
||||
edit_cart_edit->
|
||||
setText(QString().sprintf("%06u - ",cart->number())+cart->title());
|
||||
/*
|
||||
edit_cart_edit->setText(QString().sprintf("%06u - %s",
|
||||
cart->number(),
|
||||
(const char *)cart->title()));
|
||||
*/
|
||||
}
|
||||
else {
|
||||
edit_cart_edit->setText(QString().sprintf("%06u - [",cart->number())+"] "+
|
||||
tr("NOT FOUND"));
|
||||
/*
|
||||
edit_cart_edit->
|
||||
setText(QString().sprintf("%06u - [%s]",cart->number(),
|
||||
(const char *)str));
|
||||
*/
|
||||
}
|
||||
delete cart;
|
||||
}
|
||||
|
Reference in New Issue
Block a user