[Xfce4-commits] <xfce4-terminal:master> Rename clear scrollbar to reset.

Nick Schermer noreply at xfce.org
Fri Dec 28 12:14:01 CET 2012


Updating branch refs/heads/master
         to 9fff9cf1ee2602958da002be12dbf12301dfe308 (commit)
       from ce79c75cc94a5fa3407d3ed292aedd39ede11d75 (commit)

commit 9fff9cf1ee2602958da002be12dbf12301dfe308
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Dec 28 12:11:58 2012 +0100

    Rename clear scrollbar to reset.
    
    It only resets the internal state, not the old history.

 terminal/terminal-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 471feb6..e9f954a 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -263,8 +263,8 @@ static const GtkActionEntry action_entries[] =
     { "search", GTK_STOCK_FIND, N_ ("_Find..."), "<control><shift>f", NULL, G_CALLBACK (terminal_window_action_search), },
     { "search-next", NULL, N_ ("Find Ne_xt"), NULL, NULL, G_CALLBACK (terminal_window_action_search_next), },
     { "search-prev", NULL, N_ ("Find Pre_vious"), NULL, NULL, G_CALLBACK (terminal_window_action_search_prev), },
-    { "reset", NULL, N_ ("_Clear Scrollback"), NULL, NULL, G_CALLBACK (terminal_window_action_reset), },
-    { "reset-and-clear", NULL, N_ ("Clear Scrollback and _Reset"), NULL, NULL, G_CALLBACK (terminal_window_action_reset_and_clear), },
+    { "reset", NULL, N_ ("_Reset"), NULL, NULL, G_CALLBACK (terminal_window_action_reset), },
+    { "reset-and-clear", NULL, N_ ("_Clear Scrollback and Reset"), NULL, NULL, G_CALLBACK (terminal_window_action_reset_and_clear), },
   { "tabs-menu", NULL, N_ ("T_abs"), NULL, NULL, NULL, },
     { "prev-tab", GTK_STOCK_GO_BACK, N_ ("_Previous Tab"), "<Control>Page_Up", N_ ("Switch to previous tab"), G_CALLBACK (terminal_window_action_prev_tab), },
     { "next-tab", GTK_STOCK_GO_FORWARD, N_ ("_Next Tab"), "<Control>Page_Down", N_ ("Switch to next tab"), G_CALLBACK (terminal_window_action_next_tab), },


More information about the Xfce4-commits mailing list