diff options
author | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
commit | fff4456dee29e675d7f2ed3490db39bcb7e10e53 (patch) | |
tree | 2d2dbf386551773cbdc8231b2a93b493187bd733 /src/Window.cc | |
parent | 073065ac56b388db1169108d44f37d32f1d19c67 (diff) | |
download | fluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip fluxbox-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2 |
update NLS string handling...
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 9299653..a70dad3 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,12 +22,11 @@ | |||
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: Window.cc,v 1.287 2004/05/13 01:48:18 rathnor Exp $ | 25 | // $Id: Window.cc,v 1.288 2004/06/07 11:46:04 rathnor Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
29 | #include "WinClient.hh" | 29 | #include "WinClient.hh" |
30 | #include "I18n.hh" | ||
31 | #include "fluxbox.hh" | 30 | #include "fluxbox.hh" |
32 | #include "Screen.hh" | 31 | #include "Screen.hh" |
33 | #include "FbWinFrameTheme.hh" | 32 | #include "FbWinFrameTheme.hh" |
@@ -40,6 +39,7 @@ | |||
40 | #include "Remember.hh" | 39 | #include "Remember.hh" |
41 | #include "MenuCreator.hh" | 40 | #include "MenuCreator.hh" |
42 | 41 | ||
42 | #include "FbTk/I18n.hh" | ||
43 | #include "FbTk/TextButton.hh" | 43 | #include "FbTk/TextButton.hh" |
44 | #include "FbTk/Compose.hh" | 44 | #include "FbTk/Compose.hh" |
45 | #include "FbTk/EventManager.hh" | 45 | #include "FbTk/EventManager.hh" |