Definition at line 2055 of file shp2pgsql-gui.c.
References _, pgui_logf(), and process_single_uri().
Referenced by pgui_create_import_file_table().
2063 if (selection_data->data == NULL)
2065 pgui_logf(
_(
"Unable to process drag data."));
2069 p = (
char*)selection_data->data;
2076 while (g_ascii_isspace(*p))
2080 while (*q && (*q !=
'\n') && (*q !=
'\r'))
2087 while (q > p && g_ascii_isspace(*q))
2096 p = strchr(p,
'\n');
static void pgui_logf(const char *fmt,...)
static void process_single_uri(char *uri)