Пример #1
0
static void help_about_cb(void)
{
	const gchar *authors[] = {
		AUTHORLIST
	};
	aboutbox_display(_("The Pioneers Game"), authors);
}
Пример #2
0
static void about_menu_cb(void)
{
	const gchar *authors[] = {
		AUTHORLIST
	};

	/* About dialog caption */
	aboutbox_display(_("About Pioneers Game Editor"), authors);
}