*** empty log message ***

This commit is contained in:
sebastian 2005-03-07 17:03:29 +00:00
parent df99ff2cb5
commit 214e3e960e
17 changed files with 197 additions and 237 deletions

View file

@ -66,7 +66,7 @@ class uiScratchPad
function addItem($id)
{
if(!$this->Base->STATIONPREFS[UI_SCRATCHPAD_MAXLENGTH_KEY]) {
if ($this->verbose) $this->Base->_retMsg('ScratchPad length is not set in System Preferences, so it cannot be used.');
if (!$this->verbose) $this->Base->_retMsg('ScratchPad length is not set in System Preferences, so it cannot be used.');
return false;
}