summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-28 20:20:23 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-28 20:20:23 +0000
commit5ae4750e4ccae1d8e9dff200a0fd329a79443978 (patch)
treef7b76fc21db0d311400bf3a94056af0ee1f53224 /bin
parent98449c3adea004b255fce349eb28fd440458c59d (diff)
Fix for bug 1741841
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1345 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-xbin/menu.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/menu.pl b/bin/menu.pl
index a64d1e44..a6c5b6d0 100755
--- a/bin/menu.pl
+++ b/bin/menu.pl
@@ -24,6 +24,11 @@ use LedgerSMB::Menu;
sub display {
+ $form->{titlebar} =
+ "LedgerSMB "
+ . $locale->text('Version')
+ . " $form->{version} - $myconfig{name} - $myconfig{dbname}";
+
if ( $form->{lynx} ) {
$menu = new Menu "$menufile";
@@ -115,7 +120,7 @@ sub acc_menu {
print q|
<body class="menu">
- <img class="cornderlogo" src="ledger-smb_small.png" width="100" height="50" border="1" alt="ledger-smb" />
+ <img class="cornderlogo" src="ledger-smb_small.png" width="100" height="50" border="1" alt="LedgerSMB" />
|;
if ( $form->{js} ) {