Skip to content

Commit 8174050

Browse files
committed
Correct order.
1 parent dde29b8 commit 8174050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ConfigureApp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ void ConfigureApp::writeImageMagickFiles(const Options &options,const VersionInf
161161
waitDialog.nextStep(L"Writing magick-base-config.h...");
162162
MagickBaseConfig::write(options);
163163

164-
waitDialog.nextStep(L"Writing threshold map...");
165-
ThresholdMap::write(options);
166-
167164
waitDialog.nextStep(L"Writing xml config files...");
168165
XmlConfigFiles::write(options);
169166

167+
waitDialog.nextStep(L"Writing threshold map...");
168+
ThresholdMap::write(options);
169+
170170
waitDialog.nextStep(L"Writing PerlMagick configuration...");
171171
PerlMagick::configure(options);
172172

0 commit comments

Comments
 (0)