diff options
author | Florian Jung <flo@windfisch.org> | 2011-09-15 16:37:55 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-09-15 16:37:55 +0000 |
commit | cc28402b688bd757a6ffe32f582b0c0c967a677a (patch) | |
tree | 2d214dcb5fcf06d31f40f3a3b134f111a83c1d20 /muse2/muse | |
parent | 3db6cf944f795c7624feec34945051d9c0bf0aac (diff) |
removed my translation scripts (now that i know about the cmake way ;) )
updated translations a really tiny bit
fixed indentation in cobject.cpp
Diffstat (limited to 'muse2/muse')
-rw-r--r-- | muse2/muse/cobject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/cobject.cpp b/muse2/muse/cobject.cpp index 42c3cad2..46d53f27 100644 --- a/muse2/muse/cobject.cpp +++ b/muse2/muse/cobject.cpp @@ -396,8 +396,8 @@ void TopWin::initConfiguration() void TopWin::readConfiguration(ToplevelType t, Xml& xml) { -if (initInited==false) - initConfiguration(); + if (initInited==false) + initConfiguration(); for (;;) { |