/branches/Version133x/Scribus/scribus/muster.cpp |
---|
131,7 → 131,7 |
{ |
ScMW->NoFrameEdit(); |
MasterPageName = dia->Answer->text(); |
while (currentDoc->MasterNames.contains(MasterPageName) || (MasterPageName == "Normal") || MasterPageName.isEmpty()) |
while (currentDoc->MasterNames.contains(MasterPageName) || (MasterPageName == "Normal")) |
{ |
if (!dia->exec()) |
{ |