diff options
author | fluxgen <fluxgen> | 2003-06-13 10:56:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-13 10:56:58 (GMT) |
commit | 6add92330be5c62d039469d28ce8d899d613bba6 (patch) | |
tree | 93d73a337820c1146fa3c6e49476e3a674992d28 /util/bsetroot.cc | |
parent | e2ace16479a73e8046cbb23e6dad2fee8693d799 (diff) | |
download | fluxbox-6add92330be5c62d039469d28ce8d899d613bba6.zip fluxbox-6add92330be5c62d039469d28ce8d899d613bba6.tar.bz2 |
renamed i18n to I18n
Diffstat (limited to 'util/bsetroot.cc')
-rw-r--r-- | util/bsetroot.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 4e03e0b..9a9f421 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc | |||
@@ -18,11 +18,11 @@ | |||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | 20 | ||
21 | // $Id: bsetroot.cc,v 1.18 2003/05/19 09:40:14 fluxgen Exp $ | 21 | // $Id: bsetroot.cc,v 1.19 2003/06/13 10:56:58 fluxgen Exp $ |
22 | 22 | ||
23 | #include "bsetroot.hh" | 23 | #include "bsetroot.hh" |
24 | 24 | ||
25 | #include "../src/i18n.hh" | 25 | #include "../src/I18n.hh" |
26 | #include "../src/FbTk/ImageControl.hh" | 26 | #include "../src/FbTk/ImageControl.hh" |
27 | #include "../src/FbRootWindow.hh" | 27 | #include "../src/FbRootWindow.hh" |
28 | 28 | ||