PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_create_about_dialog()

static void pgui_create_about_dialog ( void  )
static

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

2555 {
2556  const char *authors[] =
2557  {
2558  "Paul Ramsey <pramsey@cleverelephant.ca>",
2559  "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>",
2560  "Mark Leslie <mark.s.leslie@gmail.com>",
2561  NULL
2562  };
2563 
2564 
2565 
2566  dialog_about = gtk_about_dialog_new();
2567  gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(dialog_about), _("PostGIS Shapefile Import/Export Manager"));
2568  gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog_about), POSTGIS_LIB_VERSION);
2569  gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog_about), "http://postgis.net/");
2570  gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog_about), authors);
2571 }
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: