--- qsampler/trunk/src/qsamplerOptionsForm.ui.h 2006/06/01 08:41:42 870 +++ qsampler/trunk/src/qsamplerOptionsForm.ui.h 2006/06/01 09:32:01 871 @@ -2,7 +2,7 @@ // // ui.h extension file, included from the uic-generated form implementation. /**************************************************************************** - Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -132,7 +132,7 @@ m_pOptions->iServerPort = ServerPortComboBox->currentText().toInt(); m_pOptions->iServerTimeout = ServerTimeoutSpinBox->value(); m_pOptions->bServerStart = ServerStartCheckBox->isChecked(); - m_pOptions->sServerCmdLine = ServerCmdLineComboBox->currentText().simplifyWhiteSpace(); + m_pOptions->sServerCmdLine = ServerCmdLineComboBox->currentText().stripWhiteSpace(); m_pOptions->iStartDelay = StartDelaySpinBox->value(); // Channels options... m_pOptions->sDisplayFont = DisplayFontTextLabel->font().toString();