diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-27 18:03:09 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-27 18:03:09 +0000 |
| commit | 7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch) | |
| tree | 7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/ui/dialog/filedialog.h | |
| parent | Merging from trunk (diff) | |
| download | inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip | |
From trunk
(bzr r6885)
Diffstat (limited to 'src/ui/dialog/filedialog.h')
| -rw-r--r-- | src/ui/dialog/filedialog.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/dialog/filedialog.h b/src/ui/dialog/filedialog.h index eda8c4eb4..52dcd1b23 100644 --- a/src/ui/dialog/filedialog.h +++ b/src/ui/dialog/filedialog.h @@ -1,10 +1,7 @@ -#ifndef __FILE_DIALOG_H__ -#define __FILE_DIALOG_H__ -/** - * Defines the FileOpenDialog, FileSaveDialog, and FileExportDialog - * and their supporting classes. - * - * Authors: +/** @file + * @brief Virtual base definitions for native file dialogs + */ +/* Authors: * Bob Jamison <rwjj@earthlink.net> * Joel Holdsworth * Inkscape Guys @@ -16,6 +13,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifndef __FILE_DIALOG_H__ +#define __FILE_DIALOG_H__ + #include <glibmm.h> #include <vector> #include <set> |
