[gnome-disk-utility] Bug 610230 – Do not mark empty string for translation
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Bug 610230 – Do not mark empty string for translation
- Date: Fri, 19 Feb 2010 20:11:49 +0000 (UTC)
commit b1b34b6bd45df40dde22c2eb9f68532d9fe068e9
Author: David Zeuthen <davidz redhat com>
Date: Fri Feb 19 15:10:44 2010 -0500
Bug 610230 â?? Do not mark empty string for translation
https://bugzilla.gnome.org/show_bug.cgi?id=610230
src/gdu-gtk/gdu-error-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-error-dialog.c b/src/gdu-gtk/gdu-error-dialog.c
index f4549f6..5e0bec8 100644
--- a/src/gdu-gtk/gdu-error-dialog.c
+++ b/src/gdu-gtk/gdu-error-dialog.c
@@ -160,7 +160,7 @@ gdu_error_dialog_constructed (GObject *object)
GtkTextBuffer *buffer;
GduPresentable *presentable;
- gtk_window_set_title (GTK_WINDOW (dialog), _(""));
+ gtk_window_set_title (GTK_WINDOW (dialog), "");
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (dialog), 12);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]