PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_create_about_dialog()

static void pgui_create_about_dialog ( void  )
static

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

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

References _, dialog_about, and POSTGIS_LIB_VERSION.

Referenced by main().

Here is the caller graph for this function: