remove redundant "Viewing App:" from title to make shorter

for bookmarks and browser history
This commit is contained in:
Jeff Zaroyko
2008-02-26 13:17:35 +11:00
committed by Chris Morgan
parent fb0c66b586
commit bc07ac0e12
2 changed files with 2 additions and 2 deletions

View File

@@ -719,7 +719,7 @@ class Application {
switch($sAction)
{
case "view":
return "Viewing App: ".$this->sName;
return $this->sName;
default:
return null;