aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index f050669..4b40f82 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -364,7 +364,7 @@ void ShowCustomMenuCmd::execute() {
364 364
365void ShowCustomMenuCmd::reload() { 365void ShowCustomMenuCmd::reload() {
366 m_menu->removeAll(); 366 m_menu->removeAll();
367 m_menu->setLabel(""); 367 m_menu->setLabel(FbTk::BiDiString(""));
368 MenuCreator::createFromFile(custom_menu_file, *m_menu.get(), m_menu->reloadHelper()); 368 MenuCreator::createFromFile(custom_menu_file, *m_menu.get(), m_menu->reloadHelper());
369} 369}
370 370