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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 09:54:28 PDT 2011


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





--- Comment #17 from Martin Robinson <mrobinson at webkit.org>  2011-09-21 09:54:28 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.

Bike shed moment: Probably should just title this  "Web Inspector" Users don't really care what toolkit they're using as long as it deliver to them the kittens.

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

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