diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-10-27 23:38:54 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-10-27 23:38:54 +0000 |
| commit | a8663be9f9ba3e0b3f3d777b024fa60405ba6464 (patch) | |
| tree | f2fea260b6e3ca36ba42743f7a47a84530281a57 /src/ui | |
| parent | Fix simbols dialog expand, Fix add symbols to document on global search (diff) | |
| parent | Protect against missing "id". (diff) | |
| download | inkscape-a8663be9f9ba3e0b3f3d777b024fa60405ba6464.tar.gz inkscape-a8663be9f9ba3e0b3f3d777b024fa60405ba6464.zip | |
Merge branch 'master' into SymbolsSearch
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/prototype.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/prototype.cpp b/src/ui/dialog/prototype.cpp index b3bf60aab..b7c9f7abf 100644 --- a/src/ui/dialog/prototype.cpp +++ b/src/ui/dialog/prototype.cpp @@ -22,6 +22,8 @@ namespace Inkscape { namespace UI { namespace Dialog { +// Note that in order for a dialog to be restored, it must be listed in SPDesktop::show_dialogs(). + Prototype::Prototype() : // UI::Widget::Panel("Prototype Label", "/dialogs/prototype", SP_VERB_DIALOG_PROTOTYPE, // "Prototype Apply Label", true), |
