all repos — fluxbox @ 94f1c164161e8faaf064d8b7cdfe36c9ca978055

custom fork of the fluxbox windowmanager

renamed i18n to I18n
fluxgen fluxgen
commit

94f1c164161e8faaf064d8b7cdfe36c9ca978055

parent

5202f9fcc55dcfda7ee4a1aac422da51a022ed4f

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/WinClient.ccsrc/WinClient.cc

@@ -19,14 +19,14 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: WinClient.cc,v 1.9 2003/05/14 12:07:06 fluxgen Exp $ +// $Id: WinClient.cc,v 1.10 2003/06/12 14:51:59 fluxgen Exp $ #include "WinClient.hh" #include "Window.hh" #include "fluxbox.hh" #include "Screen.hh" -#include "i18n.hh" +#include "I18n.hh" #include "FbAtoms.hh" #include "EventManager.hh"