]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.C
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Dialogs.C
index 82cac2cb640a12b04ae042691fe7b550ac513b8b..08dfde0335a54b90edad5baf569e63178bdb50ef 100644 (file)
@@ -95,6 +95,7 @@ void Dialogs::show(string const & name, string const & data)
        if (!dialog)
                return;
 
+       // FIXME! Should check that the dialog is NOT an inset dialog.
        dialog->show(data);
 }
 
@@ -105,6 +106,7 @@ void Dialogs::show(string const & name, string const & data, InsetBase * inset)
        if (!dialog)
                return;
 
+       // FIXME! Should check that the dialog IS an inset dialog.
        dialog->show(data);
        open_insets_[name] = inset;
 }