comparison src/adplug/adplug-xmms.cc @ 1538:da1aa3c38cda

i'm currently "update-po"ing like a madman with a Chainsaw ;-)
author mf0102 <0102@gmx.at>
date Thu, 30 Aug 2007 18:55:36 +0200
parents d19b625f9144
children 16b2bc9b9763
comparison
equal deleted inserted replaced
1537:a231427aef22 1538:da1aa3c38cda
683 update_infobox (void) 683 update_infobox (void)
684 { 684 {
685 std::ostringstream infotext; 685 std::ostringstream infotext;
686 686
687 // Recreate info string 687 // Recreate info string
688 infotext << _("Order: ") << plr.p->getorder () << _(" / ") << plr.p-> 688 infotext << _("Order: ") << plr.p->getorder () << " / " << plr.p->
689 getorders () << std::endl << _("Pattern: ") << plr.p-> 689 getorders () << std::endl << _("Pattern: ") << plr.p->
690 getpattern () << _(" / ") << plr.p-> 690 getpattern () << " / " << plr.p->
691 getpatterns () << std::endl << _("Row: ") << plr.p-> 691 getpatterns () << std::endl << _("Row: ") << plr.p->
692 getrow () << std::endl << _("Speed: ") << plr.p-> 692 getrow () << std::endl << _("Speed: ") << plr.p->
693 getspeed () << std::endl << _("Timer: ") << plr.p-> 693 getspeed () << std::endl << _("Timer: ") << plr.p->
694 getrefresh () << _("Hz") << std::ends; 694 getrefresh () << _("Hz") << std::ends;
695 695