From 95ea58da3b1fd2d40fc2dbb8e6f6d95e8e056b56 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Fri, 28 Oct 2005 21:06:53 +0000 Subject: [PATCH] font.cpp does not need gettext, ...and we can move it to wesnoth-lib where it belongs without problem, since it has no translatable strings yet --- po/wesnoth-lib/POTFILES.in | 1 + po/wesnoth/POTFILES.in | 1 - src/font.cpp | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/po/wesnoth-lib/POTFILES.in b/po/wesnoth-lib/POTFILES.in index c513e798733..9205efd820f 100644 --- a/po/wesnoth-lib/POTFILES.in +++ b/po/wesnoth-lib/POTFILES.in @@ -1,4 +1,5 @@ src/filechooser.cpp +src/font.cpp src/hotkeys.cpp src/mapgen_dialog.cpp src/marked-up_text.cpp diff --git a/po/wesnoth/POTFILES.in b/po/wesnoth/POTFILES.in index 2ecd1e6a01c..ed14207c6a9 100644 --- a/po/wesnoth/POTFILES.in +++ b/po/wesnoth/POTFILES.in @@ -2,7 +2,6 @@ src/about.cpp src/actions.cpp src/dialogs.cpp src/display.cpp -src/font.cpp src/game.cpp src/game_events.cpp src/help.cpp diff --git a/src/font.cpp b/src/font.cpp index d700fc00325..ce0c39597b6 100644 --- a/src/font.cpp +++ b/src/font.cpp @@ -16,10 +16,9 @@ #include "global.hpp" #include "config.hpp" -#include "font.hpp" #include "filesystem.hpp" +#include "font.hpp" #include "game_config.hpp" -#include "gettext.hpp" #include "log.hpp" #include "sdl_utils.hpp" #include "tooltips.hpp"