diff options
author | Thierry Crozat | 2010-11-23 21:37:26 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-11-23 21:37:26 +0000 |
commit | 55e3ed001624df8b8222a1556a371aec8aab4983 (patch) | |
tree | a6d001bd3dae7223f4ac43744d96a1832a48eacf /po/POTFILES | |
parent | 90cabfef389093cc2fc412a7003d8e1feff8ca80 (diff) | |
download | scummvm-rg350-55e3ed001624df8b8222a1556a371aec8aab4983.tar.gz scummvm-rg350-55e3ed001624df8b8222a1556a371aec8aab4983.tar.bz2 scummvm-rg350-55e3ed001624df8b8222a1556a371aec8aab4983.zip |
I18N: Fix generation of translation template file from source code
This fix a regression introduced when GuiManager.cpp was renamed into
gui-manager.cpp
svn-id: r54433
Diffstat (limited to 'po/POTFILES')
-rw-r--r-- | po/POTFILES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES b/po/POTFILES index 2ebc0601e7..1fa37f11ec 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -4,7 +4,7 @@ gui/about.cpp gui/browser.cpp gui/chooser.cpp gui/error.cpp -gui/GuiManager.cpp +gui/gui-manager.cpp gui/KeysDialog.h gui/KeysDialog.cpp gui/launcher.cpp |