| Revision 26522 (by juha, 2008/01/01 22:45:58) |
1) fixed few memory leaks
2) finalized texts
3) update copyright to include new year 2008
|
/* Orage - Calendar and alarm handler
*
* Copyright (c) 2006-2008 Juha Kautto (juha at xfce.org)
* Copyright (c) 2004-2006 Mickael Graf (korbinus at xfce.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
Free Software Foundation
51 Franklin Street, 5th Floor
Boston, MA 02110-1301 USA
*/
#ifndef __ABOUT_XFCALENDAR_H__
#define __ABOUT_XFCALENDAR_H__
void create_wAbout(GtkWidget *widget, gpointer user_data);
#endif /* !__ABOUT_XFCALENDAR_H__ */