[gedit] Bug #605760 - Remove ellipsis from "Save As" dialog
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Bug #605760 - Remove ellipsis from "Save As" dialog
- Date: Sat, 1 May 2010 10:09:47 +0000 (UTC)
commit f425ea9185e239eb79beb30f3a67337bc3ab01a9
Author: Paul Bolle <pebolle tiscali nl>
Date: Sat May 1 12:08:20 2010 +0200
Bug #605760 - Remove ellipsis from "Save As" dialog
gedit/gedit-commands-file.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gedit/gedit-commands-file.c b/gedit/gedit-commands-file.c
index 5c409be..1afeb9f 100644
--- a/gedit/gedit-commands-file.c
+++ b/gedit/gedit-commands-file.c
@@ -691,7 +691,7 @@ file_save_as (GeditTab *tab,
gedit_debug (DEBUG_COMMANDS);
- save_dialog = gedit_file_chooser_dialog_new (_("Save As\342\200\246"),
+ save_dialog = gedit_file_chooser_dialog_new (_("Save As"),
GTK_WINDOW (window),
GTK_FILE_CHOOSER_ACTION_SAVE,
NULL,
@@ -727,7 +727,6 @@ file_save_as (GeditTab *tab,
g_object_unref (file);
}
-
if (!uri_set)
{
GFile *default_path;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]