PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_create_about_dialog()

static void pgui_create_about_dialog ( void  )
static

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

2580 {
2581  const char *authors[] =
2582  {
2583  "Paul Ramsey <pramsey@cleverelephant.ca>",
2584  "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>",
2585  "Mark Leslie <mark.s.leslie@gmail.com>",
2586  NULL
2587  };
2588 
2589 
2590 
2591  dialog_about = gtk_about_dialog_new();
2592  gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(dialog_about), _("PostGIS Shapefile Import/Export Manager"));
2593  gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog_about), POSTGIS_LIB_VERSION);
2594  gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog_about), "http://postgis.net/");
2595  gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog_about), authors);
2596 }
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: