diff options
-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 fae3142..fb84e59 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.141 2004/06/07 21:32:12 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.142 2004/06/08 11:47:10 rathnor Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -764,7 +764,7 @@ void Toolbar::setupMenus() { | |||
764 | "Edit current workspace name", "Edit current workspace name"), | 764 | "Edit current workspace name", "Edit current workspace name"), |
765 | start_edit); | 765 | start_edit); |
766 | 766 | ||
767 | menu().setLabel(_FBTEXT(Toolbar, ToolbarTitle, | 767 | menu().setLabel(_FBTEXT(Toolbar, Toolbar, |
768 | "Toolbar", "Title of Toolbar menu")); | 768 | "Toolbar", "Title of Toolbar menu")); |
769 | 769 | ||
770 | MenuItem *toolbar_menuitem = new IntResMenuItem(_FBTEXT(Toolbar, WidthPercent, "Toolbar width percent", "Percentage of screen width taken by toolbar"), | 770 | MenuItem *toolbar_menuitem = new IntResMenuItem(_FBTEXT(Toolbar, WidthPercent, "Toolbar width percent", "Percentage of screen width taken by toolbar"), |