Changeset 72 for trunk/src/gtk/MainView.cxx
- Timestamp:
- 04/16/06 09:10:18 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.cxx
r70 r72 122 122 { 123 123 { "ShowToolBar", NULL, N_("Show _Toolbar"), NULL, 124 N_("Show or hid de the toolbar"),124 N_("Show or hide the toolbar"), 125 125 G_CALLBACK (main_window_show_toolbar_cb), TRUE }, 126 126 { "ShowStatusBar", NULL, N_("Show _Statusbar"), NULL, 127 N_("Show or hid de the statusbar"),127 N_("Show or hide the statusbar"), 128 128 G_CALLBACK (main_window_show_statusbar_cb), TRUE }, 129 129 { "ShowSideBar", NULL, N_("Show O_utline"), NULL, 130 N_("Show or hid de the document's outline"),130 N_("Show or hide the document's outline"), 131 131 G_CALLBACK (main_window_show_sidebar_cb), FALSE } 132 132 }; … … 671 671 672 672 /// 673 /// @brief Shows or hid des the status bar.673 /// @brief Shows or hides the status bar. 674 674 /// 675 675 /// @param show Set to TRUE to show the status bar. FALSE otherwise. … … 689 689 690 690 /// 691 /// @brief Shows or hid des the tool bar.691 /// @brief Shows or hides the tool bar. 692 692 /// 693 693 /// @param show Set to TRUE to show the tool bar. FALSE otherwise.
