From cbdb31df8bd0b82069e13aa79895fbbc51b7e4a4 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 10 Apr 2010 14:46:53 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44524 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/DebugMemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/DebugMemory.c') diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c index d48c4109..3c5a7b72 100644 --- a/gui/DebugMemory.c +++ b/gui/DebugMemory.c @@ -141,7 +141,7 @@ static void MemView_Dump() { } if (length > 0) { - GtkWidget *file_chooser = gtk_file_chooser_dialog_new(_("Select PSX EXE File"), + GtkWidget *file_chooser = gtk_file_chooser_dialog_new(_("Dump to File"), NULL, GTK_FILE_CHOOSER_ACTION_SAVE, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, NULL); -- cgit v1.2.3