all repos — fluxbox @ 6add92330be5c62d039469d28ce8d899d613bba6

custom fork of the fluxbox windowmanager

renamed i18n to I18n
fluxgen fluxgen
commit

6add92330be5c62d039469d28ce8d899d613bba6

parent

e2ace16479a73e8046cbb23e6dad2fee8693d799

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M util/Makefile.amutil/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.ccutil/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"