medit/moo/mooapp/mooapp-info.h

27 lines
902 B
C
Raw Normal View History

2008-08-22 23:20:57 -05:00
/*
* mooapp-info.h
*
2010-12-21 20:15:45 -08:00
* Copyright (C) 2004-2010 by Yevgen Muntyan <emuntyan@users.sourceforge.net>
2008-08-22 23:20:57 -05:00
*
* This file is part of medit. medit is free software; you can
* redistribute it and/or modify it under the terms of the
* GNU Lesser General Public License as published by the
* Free Software Foundation; either version 2.1 of the License,
* or (at your option) any later version.
2008-08-22 23:20:57 -05:00
*
* You should have received a copy of the GNU Lesser General Public
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
2008-08-22 23:20:57 -05:00
*/
#ifndef MOO_APP_INFO_H
#define MOO_APP_INFO_H
#define MOO_APP_SHORT_NAME "medit"
#define MOO_APP_FULL_NAME "medit"
#define MOO_APP_DESCRIPTION _("medit is a text editor")
#define MOO_APP_LOGO "medit"
2010-09-23 03:32:21 -07:00
#define MOO_APP_WEBSITE MOO_WEBSITE
#define MOO_APP_WEBSITE_LABEL MOO_WEBSITE
2008-08-22 23:20:57 -05:00
#endif /* MOO_APP_INFO_H */