Changeset 302 for GtkRadiant/trunk/include
- Timestamp:
- 07/25/08 02:31:37 (4 months ago)
- Files:
-
- GtkRadiant/trunk/include/qerplugin.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/trunk/include/qerplugin.h
r289 r302 231 231 // TTimo 04/01/2001 toolkit-independant, cast parent to a GtkWidget* 232 232 typedef const gchar* (* PFN_QERAPP_FILEDIALOG) (void *parent, gboolean open, const char* title, 233 const char* path, const char* pattern );233 const char* path, const char* pattern, const char *baseSubDir); 234 234 typedef gchar* (WINAPI* PFN_QERAPP_DIRDIALOG) (void *parent, const char* title, 235 235 const char* path);
