diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-12-29 00:42:07 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-12-29 00:42:07 +0000 |
| commit | af2096422176525fa2f4e1f4cf5942bcf51a9a20 (patch) | |
| tree | f6b7ebbc0a28ecd473f0b9eeeca64575ec103cbc /src/ui/dialog/document-properties.h | |
| parent | Fix snapping when constrained scaling: now snaps all corners of the selection (diff) | |
| download | inkscape-af2096422176525fa2f4e1f4cf5942bcf51a9a20.tar.gz inkscape-af2096422176525fa2f4e1f4cf5942bcf51a9a20.zip | |
Add icons to document properties grid table :-)
(bzr r4329)
Diffstat (limited to 'src/ui/dialog/document-properties.h')
| -rw-r--r-- | src/ui/dialog/document-properties.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/document-properties.h b/src/ui/dialog/document-properties.h index b4076fbe7..cee1533c5 100644 --- a/src/ui/dialog/document-properties.h +++ b/src/ui/dialog/document-properties.h @@ -99,6 +99,8 @@ protected: gchar const *_prefs_path; Registry _wr; + Gtk::HBox& _createPageTabLabel(const Glib::ustring& label, const char *label_image); + private: DocumentProperties(); virtual ~DocumentProperties(); |
