PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgui_create_about_dialog()

static void pgui_create_about_dialog ( void  )
static

Definition at line 2552 of file shp2pgsql-gui.c.

2553{
2554 const char *authors[] =
2555 {
2556 "Paul Ramsey <pramsey@cleverelephant.ca>",
2557 "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>",
2558 "Mark Leslie <mark.s.leslie@gmail.com>",
2559 NULL
2560 };
2561
2562
2563
2564 dialog_about = gtk_about_dialog_new();
2565 gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(dialog_about), _("PostGIS Shapefile Import/Export Manager"));
2566 gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog_about), POSTGIS_LIB_VERSION);
2567 gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog_about), "http://postgis.net/");
2568 gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog_about), authors);
2569}
static GtkWidget * dialog_about
#define _(String)
Definition shpcommon.h:24
#define POSTGIS_LIB_VERSION
Definition sqldefines.h:13

References _, dialog_about, and POSTGIS_LIB_VERSION.

Referenced by main().

Here is the caller graph for this function: