GUI: Disable history item if we have none.
[gnumeric.git] / src / gnm-i18n.h
blobc584e600ddc9cfc986d8a3c0a39fed28fa364671
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_I18N_H_
3 # define _GNM_I18N_H_
5 #include <glib/gi18n-lib.h>
7 G_BEGIN_DECLS
9 #define F_(String) (String)
11 /* For properties. */
12 #define P_(String) (String)
14 G_END_DECLS
16 #endif /* _GNM_I18N_H_ */