renamed i18n to I18n
fluxgen fluxgen
2 files changed,
3 insertions(+),
3 deletions(-)
M
util/Makefile.am
→
util/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/
bin_SCRIPTS = fbsetbg fluxbox-generate_menu bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh -bsetroot_LDADD = ../src/FbRootWindow.o ../src/i18n.o ../src/FbAtoms.o \ +bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o \ ../src/FbTk/libFbTk.a MAINTAINERCLEANFILES = Makefile.in
M
util/bsetroot.cc
→
util/bsetroot.cc
@@ -18,11 +18,11 @@ // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -// $Id: bsetroot.cc,v 1.18 2003/05/19 09:40:14 fluxgen Exp $ +// $Id: bsetroot.cc,v 1.19 2003/06/13 10:56:58 fluxgen Exp $ #include "bsetroot.hh" -#include "../src/i18n.hh" +#include "../src/I18n.hh" #include "../src/FbTk/ImageControl.hh" #include "../src/FbRootWindow.hh"