diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-10 14:46:53 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-10 14:46:53 +0000 |
| commit | cbdb31df8bd0b82069e13aa79895fbbc51b7e4a4 (patch) | |
| tree | d67c26728d64c9f74034846c9473727e4d0c274c /gui/DebugMemory.c | |
| parent | 975c11bcd7ca307afcb4daac899c95ff5ac73988 (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/DebugMemory.c')
| -rw-r--r-- | gui/DebugMemory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
