]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Removed y_tab.c dependency
[wxWidgets.git] / src / motif / dialog.cpp
index ab5c7eecccb02f5f792a5230385a0a03ca690db9..533cad7db575ab85c2181bf61cc99203391d7806 100644 (file)
@@ -445,11 +445,11 @@ void wxDialog::ChangeFont(bool keepOriginalSize)
 void wxDialog::ChangeBackgroundColour()
 {
     if (GetMainWidget())
-        DoChangeBackgroundColour(GetMainWidget(), m_backgroundColour);
+        wxDoChangeBackgroundColour(GetMainWidget(), m_backgroundColour);
 }
 
 void wxDialog::ChangeForegroundColour()
 {
     if (GetMainWidget())
-        DoChangeForegroundColour(GetMainWidget(), m_foregroundColour);
+        wxDoChangeForegroundColour(GetMainWidget(), m_foregroundColour);
 }