aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Toolbar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 21afd71..343d0a8 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Toolbar.cc,v 1.132 2003/12/18 18:03:21 fluxgen Exp $ 25// $Id: Toolbar.cc,v 1.133 2003/12/19 03:57:40 fluxgen Exp $
26 26
27#include "Toolbar.hh" 27#include "Toolbar.hh"
28 28
@@ -748,7 +748,7 @@ void Toolbar::setupMenus() {
748 //!! TODO: this should be inserted by the workspace tool 748 //!! TODO: this should be inserted by the workspace tool
749 749
750 750
751 RefCommand start_edit(CommandParser::instance().parseLine("setworkspacename")); 751 RefCommand start_edit(CommandParser::instance().parseLine("setworkspacenamedialog"));
752 menu().insert(i18n.getMessage(FBNLS::ToolbarSet, FBNLS::ToolbarEditWkspcName, 752 menu().insert(i18n.getMessage(FBNLS::ToolbarSet, FBNLS::ToolbarEditWkspcName,
753 "Edit current workspace name"), 753 "Edit current workspace name"),
754 start_edit); 754 start_edit);