mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
See the ChangeLog for more information. * Move egg from gnome-utils to lib * New "Tip of the day" dialog. * Some small fixes. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8462 57a11ea4-9604-0410-9ed3-97b8803252fd
11 lines
158 B
C
11 lines
158 B
C
#ifndef __EGG_INTL_H__
|
|
#define __EGG_INTL_H__
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
#include <libgnome/gnome-i18n.h>
|
|
|
|
#endif /* __EGG_INTL_H__ */
|