diff options
author | fluxgen <fluxgen> | 2003-06-13 05:04:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-13 05:04:14 (GMT) |
commit | 13a00b7d344d46b3e598d395d0a633564fe01f1f (patch) | |
tree | 799d0fc735abe0eb98d9469191faf7146fab4995 /src/Slit.cc | |
parent | 536090bbe57ed194a127da1b2360327e3b570840 (diff) | |
download | fluxbox-13a00b7d344d46b3e598d395d0a633564fe01f1f.zip fluxbox-13a00b7d344d46b3e598d395d0a633564fe01f1f.tar.bz2 |
renamed i18n to I18n
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index d4a6837..83d2928 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Slit.cc,v 1.59 2003/06/05 11:30:06 fluxgen Exp $ | 25 | // $Id: Slit.cc,v 1.60 2003/06/13 05:03:43 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Slit.hh" | 27 | #include "Slit.hh" |
28 | 28 | ||
@@ -35,7 +35,7 @@ | |||
35 | #include "config.h" | 35 | #include "config.h" |
36 | #endif // HAVE_CONFIG_H | 36 | #endif // HAVE_CONFIG_H |
37 | 37 | ||
38 | #include "i18n.hh" | 38 | #include "I18n.hh" |
39 | #include "Screen.hh" | 39 | #include "Screen.hh" |
40 | #include "ImageControl.hh" | 40 | #include "ImageControl.hh" |
41 | #include "RefCount.hh" | 41 | #include "RefCount.hh" |