nautilus r14556 - in trunk: . libnautilus-private



Author: cneumair
Date: Mon Sep  1 10:58:29 2008
New Revision: 14556
URL: http://svn.gnome.org/viewvc/nautilus?rev=14556&view=rev

Log:
2008-09-01  Christian Neumair  <cneumair gnome org>

	* libnautilus-private/nautilus-file-operations.c
	(confirm_empty_trash), (prompt_empty_trash):
	Use "Empty Trash" buttons in empty trash dialogs. Fixes #524020.


Modified:
   trunk/ChangeLog
   trunk/libnautilus-private/nautilus-file-operations.c

Modified: trunk/libnautilus-private/nautilus-file-operations.c
==============================================================================
--- trunk/libnautilus-private/nautilus-file-operations.c	(original)
+++ trunk/libnautilus-private/nautilus-file-operations.c	Mon Sep  1 10:58:29 2008
@@ -1247,7 +1247,7 @@
 				    "that you can also delete them separately.")),
 				NULL,
 				FALSE,
-				GTK_STOCK_CANCEL, GTK_STOCK_DELETE,
+				GTK_STOCK_CANCEL, _("Empty _Trash"),
 				NULL);
 
 	return (response == 1);
@@ -2071,9 +2071,9 @@
 						    "All trashed items on the volume "
 						    "will be permanently lost."));
 	gtk_dialog_add_buttons (GTK_DIALOG (dialog), 
-	                        _("Do not Empty Trash"), GTK_RESPONSE_REJECT, 
+	                        _("Do _not Empty Trash"), GTK_RESPONSE_REJECT, 
 	                        GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, 
-	                        _("Empty Trash"), GTK_RESPONSE_ACCEPT, NULL);
+	                        _("Empty _Trash"), GTK_RESPONSE_ACCEPT, NULL);
 	gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_ACCEPT);
 	gtk_window_set_title (GTK_WINDOW (dialog), ""); /* as per HIG */
 	gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]