[Webkit-unassigned] [Bug 68235] [GTK][WK2] Initial implementation of WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 08:43:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68235





--- Comment #16 from Philippe Normand <pnormand at igalia.com>  2011-09-21 08:43:38 PST ---
(From update of attachment 107856)
View in context: https://bugs.webkit.org/attachment.cgi?id=107856&action=review

> Source/WebKit2/UIProcess/gtk/WebInspectorGtk.cpp:90
> +    gtk_window_set_title(GTK_WINDOW(m_inspectorWindow), "Web Inspector GTK");

missing l10n call wrapping the string.

> Source/WebKit2/UIProcess/gtk/WebInspectorGtk.cpp:118
> +    GOwnPtr<gchar> title(g_strconcat("Web Inspector GTK - ", url.utf8().data(), NULL));

Ditto

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list