[mw-devel] MW3 r1357 - in trunk/src: . client

welshbyte at sucs.org welshbyte at sucs.org
Sat Nov 2 03:03:42 GMT 2013


Author: welshbyte
Date: 2013-11-02 03:03:42 +0000 (Sat, 02 Nov 2013)
New Revision: 1357

Added:
   trunk/src/client/intl.h
Removed:
   trunk/src/intl.h
Log:
Move intl.h into src/client


Copied: trunk/src/client/intl.h (from rev 1348, trunk/src/intl.h)
===================================================================
--- trunk/src/client/intl.h	                        (rev 0)
+++ trunk/src/client/intl.h	2013-11-02 03:03:42 UTC (rev 1357)
@@ -0,0 +1,8 @@
+#ifndef INTL_H
+#define INTL_H
+
+#include <libintl.h>
+#define _(String) gettext (String)
+#define N_(String) gettext_noop (String)
+
+#endif /* INTL_H */

Deleted: trunk/src/intl.h
===================================================================
--- trunk/src/intl.h	2013-11-02 02:57:06 UTC (rev 1356)
+++ trunk/src/intl.h	2013-11-02 03:03:42 UTC (rev 1357)
@@ -1,8 +0,0 @@
-#ifndef INTL_H
-#define INTL_H
-
-#include <libintl.h>
-#define _(String) gettext (String)
-#define N_(String) gettext_noop (String)
-
-#endif /* INTL_H */




More information about the mw-devel mailing list