]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
Rename namespace Alert to lyx::frontend::Alert.
[lyx.git] / src / importer.C
index f9f9f7843fe2d1240a7e7bb4c952cd33f24f8112..6d4801249a00754d9f1bc6d111d6093c459debc6 100644 (file)
@@ -59,7 +59,7 @@ bool Importer::Import(LyXView * lv, string const & filename,
                        }
                }
                if (loader_format.empty()) {
-                       Alert::error(_("Couldn't import file"),
+                       lyx::frontend::Alert::error(_("Couldn't import file"),
                                     bformat(_("No information for importing the format %1$s."),
                                         formats.prettyName(format)));
                        return false;