This commit is contained in:
TomasM
2017-10-31 16:50:26 -04:00
parent b71a42e4f9
commit 6c868659fc
10 changed files with 11 additions and 11 deletions
@@ -33,7 +33,7 @@
cmd_str += " (workspace=[current])";
}
+ if (name.find("menu") != std::string::npos) cmd_str = "Exec fbmenu";
+ if (name.find("menu") != std::string::npos) cmd_str = "Exec fbappselect";
+
FbTk::RefCount<FbTk::Command<void> > cmd(FbTk::CommandParser<void>::instance().parse(cmd_str));
if (cmd == 0) // we need a command