diff options
author | fluxgen <fluxgen> | 2003-06-12 14:51:59 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-12 14:51:59 (GMT) |
commit | 94f1c164161e8faaf064d8b7cdfe36c9ca978055 (patch) | |
tree | 4e7577b6e9a20dc0497b6ba7ff56f9d341bead2f /src/WinClient.cc | |
parent | 5202f9fcc55dcfda7ee4a1aac422da51a022ed4f (diff) | |
download | fluxbox-94f1c164161e8faaf064d8b7cdfe36c9ca978055.zip fluxbox-94f1c164161e8faaf064d8b7cdfe36c9ca978055.tar.bz2 |
renamed i18n to I18n
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 95e027b..1349b1e 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -19,14 +19,14 @@ | |||
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 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.cc,v 1.9 2003/05/14 12:07:06 fluxgen Exp $ | 22 | // $Id: WinClient.cc,v 1.10 2003/06/12 14:51:59 fluxgen Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
26 | #include "Window.hh" | 26 | #include "Window.hh" |
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
29 | #include "i18n.hh" | 29 | #include "I18n.hh" |
30 | #include "FbAtoms.hh" | 30 | #include "FbAtoms.hh" |
31 | #include "EventManager.hh" | 31 | #include "EventManager.hh" |
32 | 32 | ||