mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
The files "a.png" and "b.png" have been renamed to "cancel.png" and "accept.png".
This commit is contained in:
@@ -1806,8 +1806,8 @@ void GMenu2X::deleteSection() {
|
||||
|
||||
void GMenu2X::scanner() {
|
||||
Surface scanbg(bg);
|
||||
drawButton(&scanbg, "a", tr["Exit"],
|
||||
drawButton(&scanbg, "b", "", 5)-10);
|
||||
drawButton(&scanbg, "cancel", tr["Exit"],
|
||||
drawButton(&scanbg, "accept", "", 5)-10);
|
||||
scanbg.write(font,tr["Link Scanner"],halfX,7,ASFont::HAlignCenter,ASFont::VAlignMiddle);
|
||||
scanbg.convertToDisplayFormat();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user