renamed i18n to I18n
This commit is contained in:
parent
e2ace16479
commit
6add92330b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
// 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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue