--- Vago/trunk/Vago/packageWizard/packagepagefinal.cpp 2013/03/31 19:02:16 771
+++ s10k/Vago/packageWizard/packagepagefinal.cpp 2017/12/30 13:43:28 1092
@@ -8,8 +8,11 @@ PackagePageFinal::PackagePageFinal(QSett
ui->setupUi(this);
this->setTitle("Finished");
- //Use the global var for the depot domain so it's easier to change in the code if the domain changes
- ui->lbComplete->setText(ui->lbComplete->text().replace("mods.oni2.net",GlobalVars::ModsDomain));
+ ui->lbComplete->setText(""
+ "The wizard is now complete. The package will be created when you click in finish.
"
+ "After that you can upload the package to "
+ +GlobalVars::ModsDomain+" to get your mod listed in the AEI."
+ ""); // Don't use rich text in qtdesigner because it generates platform dependent code
ui->lbComplete->setOpenExternalLinks(true); //allow navigate to mod depot