diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 18:51:25 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 18:51:25 +0000 |
| commit | 71ba050bfa22a45b9ce7f6cdf72979eb411d67b4 (patch) | |
| tree | bf03140a482972607cb1f767e21b22c6636ffbda /data/rc.xml.in | |
| parent | 3b569880695dec2769616a156299d75d3c5e5d9c (diff) | |
fix syntax error in default config
Diffstat (limited to 'data/rc.xml.in')
| -rw-r--r-- | data/rc.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index 77f0ab67..0177a4e9 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -29,8 +29,8 @@ <theme> <name>TheBear</name> - <titleLayout>NLIMC</titlelayout> - <titleNumber>yes</titlenumber> + <titleLayout>NLIMC</titleLayout> + <titleNumber>yes</titleNumber> <!-- avaible characters are NDSLIMC, each can occur at most once. N: client menu |
