/[alephone]/aorta/image_ext.cpp
ViewVC logotype

Diff of /aorta/image_ext.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ghs, Sat Oct 7 14:50:01 2006 UTC revision 1.6 by ghs, Sat Oct 7 22:37:40 2006 UTC
# Line 174  void wxImageExt::PrepareForMipmaps() Line 174  void wxImageExt::PrepareForMipmaps()
174                          }                          }
175                  }                  }
176          }          }
177    
178      wxProgressDialog pd(_T("Processing"), _T("Processing background pixels"), numBackgroundPixels, NULL, wxPD_AUTO_HIDE | wxPD_APP_MODAL | wxPD_ELAPSED_TIME);      wxProgressDialog pd(_T("Processing"), _T("Processing background pixels"), numBackgroundPixels, NULL, wxPD_AUTO_HIDE | wxPD_APP_MODAL | wxPD_ELAPSED_TIME);
179    
180      wxImageExt tempImage;      wxImageExt tempImage;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15