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) switch($sAction)
{ {
case "view": case "view":
return "Viewing App: ".$this->sName; return $this->sName;
default: default:
return null; return null;

View File

@@ -746,7 +746,7 @@ class version {
switch($sAction) switch($sAction)
{ {
case "view": case "view":
return "Viewing App: ".version::fullName($this->iVersionId); return version::fullName($this->iVersionId);
default: default:
return null; return null;