renamed i18n to I18n
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/WinClient.cc
→
src/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"