all repos — fluxbox @ 5cb5549cad53c17861176ddd0a3087dab536fe86

custom fork of the fluxbox windowmanager

Changed the include guard
fluxgen fluxgen
commit

5cb5549cad53c17861176ddd0a3087dab536fe86

parent

cec8d3dad2d5820177076d55441e09bdc624e66c

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

jump to
M src/i18n.hhsrc/i18n.hh

@@ -19,8 +19,8 @@ // 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. -#ifndef __i18n_h -#define __i18n_h +#ifndef _I18N_HH_ +#define _I18N_HH_ #ifdef NLS # include "../nls/blackbox-nls.hh"