Title: [154175] trunk/Source/WebCore
Revision
154175
Author
[email protected]
Date
2013-08-16 04:50:50 -0700 (Fri, 16 Aug 2013)

Log Message

[GTK] fixing localizedString method name
https://bugs.webkit.org/show_bug.cgi?id=119884

The method name defined in LocalizedStringsGtk.cpp doesn't not match
the one used in LocalizedStrings.h

Patch by Danilo Cesar Lemes de Paula <[email protected]> on 2013-08-16
Reviewed by Gustavo Noronha Silva.

* platform/gtk/LocalizedStringsGtk.cpp:
(WebCore::textTrackOffMenuItemText):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154174 => 154175)


--- trunk/Source/WebCore/ChangeLog	2013-08-16 11:41:57 UTC (rev 154174)
+++ trunk/Source/WebCore/ChangeLog	2013-08-16 11:50:50 UTC (rev 154175)
@@ -1,3 +1,16 @@
+2013-08-16  Danilo Cesar Lemes de Paula  <[email protected]>
+
+        [GTK] fixing localizedString method name
+        https://bugs.webkit.org/show_bug.cgi?id=119884
+
+        The method name defined in LocalizedStringsGtk.cpp doesn't not match
+        the one used in LocalizedStrings.h
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * platform/gtk/LocalizedStringsGtk.cpp:
+        (WebCore::textTrackOffMenuItemText):
+
 2013-08-16  Andrei Parvu  <[email protected]>
 
         [CSS Masking] Add -webkit-mask-source-type property, with auto, alpha and luminance values

Modified: trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp (154174 => 154175)


--- trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp	2013-08-16 11:41:57 UTC (rev 154174)
+++ trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp	2013-08-16 11:50:50 UTC (rev 154175)
@@ -793,7 +793,7 @@
     return String::fromUTF8(C_("Subtitles", "Menu section heading for subtitles"));
 }
 
-String textTrackOffText()
+String textTrackOffMenuItemText()
 {
     return String::fromUTF8(C_("Off", "Menu item label for the track that represents disabling closed captions"));
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to