]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/filedlg.cpp
Updates to memcheck
[wxWidgets.git] / src / gtk / filedlg.cpp
index 6b705b101bfd09d9cb78ad7a0529870654600ca9..021946bb57d21bf0eb135e77cd255b765fd856e3 100644 (file)
@@ -64,7 +64,7 @@ wxFileDialog::wxFileDialog(wxWindow *parent, const wxString& message,
   m_dialogStyle = style;
   m_filterIndex = 1;
 
-  m_widget = gtk_file_selection_new(_("File selection"));
+  m_widget = gtk_file_selection_new( m_message );
   
   int x = (gdk_screen_width () - 400) / 2;
   int y = (gdk_screen_height () - 400) / 2;