diff options
author | fluxgen <fluxgen> | 2001-12-17 19:39:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-17 19:39:35 (GMT) |
commit | 5cb5549cad53c17861176ddd0a3087dab536fe86 (patch) | |
tree | d530c5bd4475908a5687fd834979c2f04a31706e | |
parent | cec8d3dad2d5820177076d55441e09bdc624e66c (diff) | |
download | fluxbox-5cb5549cad53c17861176ddd0a3087dab536fe86.zip fluxbox-5cb5549cad53c17861176ddd0a3087dab536fe86.tar.bz2 |
Changed the include guard
-rw-r--r-- | src/i18n.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n.hh b/src/i18n.hh index a2b97b9..102d03e 100644 --- a/src/i18n.hh +++ b/src/i18n.hh | |||
@@ -19,8 +19,8 @@ | |||
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 | #ifndef __i18n_h | 22 | #ifndef _I18N_HH_ |
23 | #define __i18n_h | 23 | #define _I18N_HH_ |
24 | 24 | ||
25 | #ifdef NLS | 25 | #ifdef NLS |
26 | # include "../nls/blackbox-nls.hh" | 26 | # include "../nls/blackbox-nls.hh" |