Changeset 46169 in webkit


Ignore:
Timestamp:
Jul 21, 2009 4:05:25 AM (15 years ago)
Author:
kov@webkit.org
Message:

2009-07-21 Priit Laes <plaes@plaes.org>

Reviewed by Holger Freyther.

[GTK+] Missing accelerator in authentication dialog
https://bugs.webkit.org/show_bug.cgi?id=25509

Add accelerator to checkbox text.

  • WebKit/gtk/webkit/webkitsoupauthdialog.c: (show_auth_dialog):
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r46168 r46169  
     12009-07-21  Priit Laes  <plaes@plaes.org>
     2
     3        Reviewed by Holger Freyther.
     4
     5        [GTK+] Missing accelerator in authentication dialog
     6        https://bugs.webkit.org/show_bug.cgi?id=25509
     7
     8        Add accelerator to checkbox text.
     9
     10        * WebKit/gtk/webkit/webkitsoupauthdialog.c:
     11        (show_auth_dialog):
     12
    1132009-07-21  Priit Laes  <plaes@plaes.org>
    214
  • trunk/WebKit/gtk/webkit/webkitsoupauthdialog.c

    r46168 r46169  
    279279                        FALSE, FALSE, 0);
    280280
    281     checkButton = gtk_check_button_new_with_label(_("Remember password"));
     281    checkButton = gtk_check_button_new_with_label(_("_Remember password"));
    282282    if (login && password)
    283283        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(checkButton), TRUE);
Note: See TracChangeset for help on using the changeset viewer.