]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/progdlgg.cpp
1. changed wxColourData default palette to NULL colours instead of white
[wxWidgets.git] / src / generic / progdlgg.cpp
index a812cb473620d528c62e40788107d290d19bef93..b38e80e3a5c53939b2bb8db758fd7ea6b8cb2761 100644 (file)
@@ -144,8 +144,8 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
 
     if ( maximum > 0 )
     {
-        // note that we can't use wxGA_SMOOTH because it happens to also mean
-        // wxDIALOG_MODAL and will cause the dialog to be modal. Have an extra
+        // note that we can't use wxGA_SMOOTH because it happens to
+        // cause the dialog to be modal. Have an extra
         // style argument to wxProgressDialog, perhaps.
         m_gauge = new wxGauge(this, -1, m_maximum,
                               wxDefaultPosition, wxDefaultSize,