changeset 8848:56e6b9bdcdbc

[gaim-migrate @ 9615] you can't do that committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 May 2004 15:20:25 +0000
parents 82545475e3a7
children 50d0f76639e7
files src/gtkrequest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkrequest.c	Sat May 01 02:09:46 2004 +0000
+++ b/src/gtkrequest.c	Sat May 01 15:20:25 2004 +0000
@@ -1403,7 +1403,7 @@
 	data->cbs[0] = ok_cb;
 	data->cbs[1] = cancel_cb;
 
-	filesel = gtk_file_selection_new(title ? title : _(""));
+	filesel = gtk_file_selection_new(title ? title : "");
 	cur_dir = g_get_current_dir();
 	g_snprintf(tmp, sizeof(tmp), "%s" G_DIR_SEPARATOR_S, cur_dir);
 	init_str = g_build_filename(tmp, filename, NULL);