diff options
author | fluxgen <fluxgen> | 2003-06-12 14:37:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-12 14:37:21 (GMT) |
commit | 5202f9fcc55dcfda7ee4a1aac422da51a022ed4f (patch) | |
tree | dda49088898daa526ca7442e25ef2399616fe5a3 /src | |
parent | 4223370926da86b3d4b541dd910626b78db6a00a (diff) | |
download | fluxbox_pavel-5202f9fcc55dcfda7ee4a1aac422da51a022ed4f.zip fluxbox_pavel-5202f9fcc55dcfda7ee4a1aac422da51a022ed4f.tar.bz2 |
renamed i18n to I18n
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index b8b08af..62b42a3 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -20,10 +20,10 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: main.cc,v 1.17 2003/05/16 00:46:41 fluxgen Exp $ | 23 | // $Id: main.cc,v 1.18 2003/06/12 14:37:21 fluxgen Exp $ |
24 | 24 | ||
25 | #include "fluxbox.hh" | 25 | #include "fluxbox.hh" |
26 | #include "i18n.hh" | 26 | #include "I18n.hh" |
27 | #include "version.h" | 27 | #include "version.h" |
28 | 28 | ||
29 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |