]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/filedlg.cpp
wxFrame size bug
[wxWidgets.git] / src / gtk / filedlg.cpp
index 6b705b101bfd09d9cb78ad7a0529870654600ca9..df42cb90a1aa00d98aaeb662e16017b9d41c9880 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        filedlg.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -64,7 +63,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;