commit e6c5f9a17c2f858d744b0f00c5a44b9096379fec
Author: Juergen Spitzmueller <[email protected]>
Date: Mon Jan 27 11:14:24 2014 +0100
Whitespace
diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp
index af4e6fa..f3d0437 100644
--- a/src/frontends/qt4/Menus.cpp
+++ b/src/frontends/qt4/Menus.cpp
@@ -1686,16 +1686,16 @@ void
MenuDefinition::expandEnvironmentSeparators(BufferView const * bv)
}
if (par.layout().isEnvironment()) {
docstring const label =
- bformat(_("Start New Environment (%1$s)"),
- translateIfPossible(curlayout));
+ bformat(_("Start New Environment (%1$s)"),
+ translateIfPossible(curlayout));
add(MenuItem(MenuItem::Command, toqstr(label),
FuncRequest(LFUN_ENVIRONMENT_SPLIT)));
}
if (!outerlayout.empty()) {
- docstring const label =
+ docstring const label =
bformat(_("Start New Parent Environment (%1$s)"),
translateIfPossible(outerlayout));
- add(MenuItem(MenuItem::Command, toqstr(label),
+ add(MenuItem(MenuItem::Command, toqstr(label),
FuncRequest(LFUN_ENVIRONMENT_SPLIT,
from_ascii("outer"))));
}