]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
Add wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / gtk / dialog.cpp
index 5d397cfe2f70a7b528e15b650009663a07a65569..98f08d7d6facc8eb50855ddb951462061a41c4ca 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk/dialog.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -35,9 +34,7 @@ wxDEFINE_TIED_SCOPED_PTR_TYPE(wxGUIEventLoop)
 void wxDialog::Init()
 {
     m_modalLoop = NULL;
-    m_returnCode = 0;
     m_modalShowing = false;
-    m_themeEnabled = true;
 }
 
 wxDialog::wxDialog( wxWindow *parent,