Rubber-stamped by Darin.
* WebCoreSupport/WebFrameBridge.m:
(-[WebFrameBridge imageTitleForFilename:size:]): Revert accidental change to a UI_STRING that
is triggering an assertion failure.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16901
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-09 Mark Rowe <bdash@webkit.org>
+
+ Rubber-stamped by Darin.
+
+ * WebCoreSupport/WebFrameBridge.m:
+ (-[WebFrameBridge imageTitleForFilename:size:]): Revert accidental change to a UI_STRING that
+ is triggering an assertion failure.
+
2006-10-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
- (NSString*)imageTitleForFilename:(NSString*)filename size:(NSSize)size
{
- return [NSString stringWithFormat:UI_STRING("%@ %.0f√ó%.0f pixels", "window title for a standalone image (uses multiplication symbol, not x)"), filename, size.width, size.height];
+ return [NSString stringWithFormat:UI_STRING("%@ %.0f×%.0f pixels", "window title for a standalone image (uses multiplication symbol, not x)"), filename, size.width, size.height];
}
- (void)notifyIconChanged:(NSURL*)iconURL