[gimp] web-page: Change quote style yet again
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] web-page: Change quote style yet again
- Date: Thu, 31 Mar 2011 22:44:32 +0000 (UTC)
commit a4fb10a5afa9badaf59cf38a208a1155dccb4764
Author: Mukund Sivaraman <muks banu com>
Date: Fri Apr 1 04:13:33 2011 +0530
web-page: Change quote style yet again
plug-ins/common/web-page.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index 48f2ec0..144e25a 100644
--- a/plug-ins/common/web-page.c
+++ b/plug-ins/common/web-page.c
@@ -387,13 +387,13 @@ webpage_capture (void)
if (webpagevals.width < 32)
{
- g_warning ("Width `%d' is too small. Clamped to 32.",
+ g_warning ("Width '%d' is too small. Clamped to 32.",
webpagevals.width);
webpagevals.width = 32;
}
else if (webpagevals.width > 8192)
{
- g_warning ("Width `%d' is too large. Clamped to 8192.",
+ g_warning ("Width '%d' is too large. Clamped to 8192.",
webpagevals.width);
webpagevals.width = 8192;
}
@@ -417,7 +417,7 @@ webpage_capture (void)
G_CALLBACK (notify_load_status_cb),
window);
- gimp_progress_init_printf (_("Downloading webpage `%s'"), webpagevals.url);
+ gimp_progress_init_printf (_("Downloading webpage '%s'"), webpagevals.url);
webkit_web_view_open (WEBKIT_WEB_VIEW (view),
webpagevals.url);
@@ -432,7 +432,7 @@ webpage_capture (void)
gint height;
gint32 layer;
- gimp_progress_init_printf (_("Transferring webpage image for `%s'"),
+ gimp_progress_init_printf (_("Transferring webpage image for '%s'"),
webpagevals.url);
width = gdk_pixbuf_get_width (webpixbuf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]