From 1f964c265a0f45c064d312dcd51f985e877cbc55 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 2 Dec 2020 10:19:16 +0100 Subject: mateweather: Use common subdirs - src, data --- mateweather/mateweather-about.c | 64 ----------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 mateweather/mateweather-about.c (limited to 'mateweather/mateweather-about.c') diff --git a/mateweather/mateweather-about.c b/mateweather/mateweather-about.c deleted file mode 100644 index 5c1389f3..00000000 --- a/mateweather/mateweather-about.c +++ /dev/null @@ -1,64 +0,0 @@ -/* $Id$ */ - -/* - * Papadimitriou Spiros - * - * This code released under the GNU GPL. - * Read the file COPYING for more information. - * - * About box - * - */ - -#ifdef HAVE_CONFIG_H - #include -#endif - -#include -#include -#include - -#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE - -#include "mateweather.h" -#include "mateweather-about.h" - -void mateweather_about_run(MateWeatherApplet* gw_applet) -{ - static const gchar* authors[] = { - "Todd Kulesza ", - "Philip Langdale ", - "Ryan Lortie ", - "Davyd Madeley ", - "Spiros Papadimitriou ", - "Kevin Vandersloot ", - NULL - }; - - const gchar* documenters[] = { - "Dan Mueth ", - "Spiros Papadimitriou ", - N_("Sun GNOME Documentation Team "), - "Davyd Madeley ", - N_("MATE Documentation Team"), - NULL - }; - -#ifdef ENABLE_NLS - const char **p; - for (p = documenters; *p; ++p) - *p = _(*p); -#endif - - gtk_show_about_dialog(NULL, - "title", _("About Weather Report"), - "version", VERSION, - "copyright", _("Copyright \xC2\xA9 1999-2005 by S. Papadimitriou and others\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), - "comments", _("A panel application for monitoring local weather conditions."), - "authors", authors, - "documenters", documenters, - "translator-credits", _("translator-credits"), - "logo-icon-name", "weather-storm", - NULL); -} -- cgit v1.2.1