Code

moved i18n macros to i18n.h
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 15:48:00 +0000 (17:48 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 15:48:00 +0000 (17:48 +0200)
commit994ffdbde3b12429578a33dcf18204b9d813311f
tree1b6412bd29fd87cd5c05b46d05a5e3d25af48feb
parent4522707accad358bd3098a6b1dd6966da5564610
moved i18n macros to i18n.h

Don't make everybody include ncmpc.h just to have generic features.
Move generic i18n macros to a separate header.
18 files changed:
src/Makefile.am
src/colors.c
src/command.c
src/conf.c
src/i18n.h [new file with mode: 0644]
src/main.c
src/ncmpc.h
src/screen.c
src/screen_artist.c
src/screen_browser.c
src/screen_file.c
src/screen_help.c
src/screen_keydef.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c
src/screen_utils.c
src/support.c