示例#1
0
static void help_about_cb(void)
{
	const gchar *authors[] = {
		AUTHORLIST
	};
	aboutbox_display(_("The Pioneers Game"), authors);
}
示例#2
0
文件: editor.c 项目: jquick/pioneers
static void about_menu_cb(void)
{
	const gchar *authors[] = {
		AUTHORLIST
	};

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