Skip to content

Commit

Permalink
Changed the account type name to just OpenTox
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Sep 18, 2012
1 parent a9a4d95 commit dd19cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.opentox/plugin.xml
Expand Up @@ -44,7 +44,7 @@
<AccountType
id="net.bioclipse.opentox.OpenSSOAccount"
logoPath="platform:/plugin/net.bioclipse.opentox.ui/icons/opentox.jpg"
name="OpenTox OpenSSO Account">
name="OpenTox">
<property
name="username"
required="true"
Expand Down
Expand Up @@ -96,7 +96,7 @@ public String getAccountType() {
if (myAccountType.isEmpty())
// TODO When the variable is initiated here it should get its name
// from the extension-point some how...
myAccountType = "OpenTox OpenSSO Account";
myAccountType = "OpenTox";

return myAccountType;
}
Expand Down

0 comments on commit dd19cc3

Please sign in to comment.