Fixes bug #126179:
2004-02-01 Richard Hult <richard@imendio.com> Fixes bug #126179: * drw-break-window.c (drw_break_window_init): Add mnemonic to postpone button. * drwright.c (maybe_change_state): Grab keyboard so the mnemonic actually works.
This commit is contained in:
parent
5480b86231
commit
bc8fe29fe9
3 changed files with 27 additions and 1 deletions
|
@ -186,7 +186,7 @@ drw_break_window_init (DrwBreakWindow *window)
|
|||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (button_box), 12);
|
||||
|
||||
priv->postpone_button = gtk_button_new_with_label (_("Postpone break"));
|
||||
priv->postpone_button = gtk_button_new_with_mnemonic (_("_Postpone break"));
|
||||
gtk_widget_show (priv->postpone_button);
|
||||
|
||||
g_signal_connect (priv->postpone_button,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue