diff options
author | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
commit | e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch) | |
tree | ebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /program/js/common.js | |
parent | 6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff) |
- s/RoundCube/Roundcube/
Diffstat (limited to 'program/js/common.js')
-rw-r--r-- | program/js/common.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/program/js/common.js b/program/js/common.js index 4c5d1b730..4e98347f1 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -1,9 +1,9 @@ /* +-----------------------------------------------------------------------+ - | RoundCube common js library | + | Roundcube common js library | | | - | This file is part of the RoundCube web development suite | - | Copyright (C) 2005-2007, RoundCube Dev, - Switzerland | + | This file is part of the Roundcube web development suite | + | Copyright (C) 2005-2007, Roundcube Dev, - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ @@ -365,7 +365,7 @@ triggerEvent: function(evt, e) /** - * RoundCube generic layer (floating box) class + * Roundcube generic layer (floating box) class * * @constructor */ |