[PC-BSD Commits] r1997 - pcbsd-projects/warden/src
svn at pcbsd.org
svn at pcbsd.org
Fri May 30 10:04:50 PDT 2008
Author: kris
Date: 2008-05-30 10:04:49 -0700 (Fri, 30 May 2008)
New Revision: 1997
Modified:
pcbsd-projects/warden/src/dialogwarden.ui.h
Log:
Fixed showing the right IP on creation window
Modified: pcbsd-projects/warden/src/dialogwarden.ui.h
===================================================================
--- pcbsd-projects/warden/src/dialogwarden.ui.h 2008-05-30 16:23:14 UTC (rev 1996)
+++ pcbsd-projects/warden/src/dialogwarden.ui.h 2008-05-30 17:04:49 UTC (rev 1997)
@@ -554,9 +554,9 @@
/***********************************************************************************************************************
Now create the jail here
*************************************************************************************************************************/
- dialogOutput = new dialogDisplayOutput(0, "Create Jail", Qt::WStyle_Customize | Qt::WShowModal);
+ dialogOutput = new dialogDisplayOutput(0, "Create Jail", Qt::WStyle_Customize | Qt::WShowModal);
dialogOutput->programInit(FALSE);
- dialogOutput->setDialogCaption("Creating Jail: " + popupip);
+ dialogOutput->setDialogCaption("Creating Jail: " + newIP);
dialogOutput->setDialogText("");
dialogOutput->show();
More information about the Commits
mailing list