Fix non-I18N build
commit0f5c36a67e680c4fcb98f40b72d4e5a0e69fc2b4
authorRenato Botelho <rbgarga@gmail.com>
Wed, 24 Mar 2010 14:14:38 +0000 (24 11:14 -0300)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 26 Mar 2010 20:08:17 +0000 (26 21:08 +0100)
treeb17869995a46f5f93c6864b75aead7f23768657b
parent1f2b9999b906452c42e9e68ed19e0817de8d2ea7
Fix non-I18N build

* Remove directly include of <libintl.h> and include src/wconfig.h, that
already include libintl.h and declare _() function
* Replace some gettext() calls to _()

These changes fixes build with LINGUAS is unset, and removes I18N
support in this case.
src/misc.c
util/wmgenmenu.c