diff options
author | fluxgen <fluxgen> | 2003-12-19 03:57:40 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-19 03:57:40 (GMT) |
commit | 78c5d474f78edf93895f0028e41047dd80ce7641 (patch) | |
tree | 29cf92b251c9fb50c54a8ee72a62b10ff2db7684 /src | |
parent | 63a5065d5e58e18e8f20fd53a6438413f1a5d42d (diff) | |
download | fluxbox-78c5d474f78edf93895f0028e41047dd80ce7641.zip fluxbox-78c5d474f78edf93895f0028e41047dd80ce7641.tar.bz2 |
updates for new workspace name cmd
Diffstat (limited to 'src')
-rw-r--r-- | src/Toolbar.cc | 4 |
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); |