[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

kov at webkit.org kov at webkit.org
Wed Apr 7 23:46:36 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 6e227177ddfebba3fa04247574a85707e38a0ce7
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 18 13:20:16 2009 +0000

    Properly localize documentation strings for the tab-key-cycles-through-elements property.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51109 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index ebae3a2..e879190 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -5,6 +5,19 @@
         [GTK] Tab key does not cycle through elements by default
         https://bugs.webkit.org/show_bug.cgi?id=31505
 
+        Properly localize documentation strings for the
+        tab-key-cycles-through-elements property.
+
+        * webkit/webkitwebsettings.cpp:
+        (webkit_web_settings_class_init):
+
+2009-11-17  Martin Robinson  <martin.james.robinson at gmail.com>
+
+        Reviewed by Gustavo Noronha.
+
+        [GTK] Tab key does not cycle through elements by default
+        https://bugs.webkit.org/show_bug.cgi?id=31505
+
         Ensure that WebKitWebSettings tab-key-cycles-through-elements
         property is true by default with the G_PARAM_CONSTRUCT_FLAG.
 
diff --git a/WebKit/gtk/webkit/webkitwebsettings.cpp b/WebKit/gtk/webkit/webkitwebsettings.cpp
index b2c72a2..dfa7744 100644
--- a/WebKit/gtk/webkit/webkitwebsettings.cpp
+++ b/WebKit/gtk/webkit/webkitwebsettings.cpp
@@ -681,8 +681,8 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass)
     g_object_class_install_property(gobject_class,
                                     PROP_TAB_KEY_CYCLES_THROUGH_ELEMENTS,
                                     g_param_spec_boolean("tab-key-cycles-through-elements",
-                                                         "Tab key cycles through elements",
-                                                         "Whether the tab key cycles through elements on the page.",
+                                                         _("Tab key cycles through elements"),
+                                                         _("Whether the tab key cycles through elements on the page."),
                                                          TRUE,
                                                          flags));
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list