]> git.mxchange.org Git - flightgear.git/commit
Move locale code to separate module.
authorThorstenB <brehmt@gmail.com>
Sat, 21 Apr 2012 18:17:42 +0000 (20:17 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 21 Apr 2012 18:17:42 +0000 (20:17 +0200)
commit470552fab1c55a6c8168120997bcd54c115e3bb4
treea3aa3f47aa0d4bc912b983bbb286a06b384b0384
parent056b85bc1f1e463ea5a780dca9a00eae2967e2f4
Move locale code to separate module.
Introduce convenience methods to handle localized string resources
and obtain strings.
src/GUI/gui.cxx
src/GUI/menubar.cxx
src/GUI/menubar.hxx
src/Main/CMakeLists.txt
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/locale.cxx [new file with mode: 0644]
src/Main/locale.hxx [new file with mode: 0644]
src/Main/main.cxx
src/Main/options.cxx