The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit f6480263e5f5e60b4ae73fba547201d669306450
Author: Richard Heck <rgh...@lyx.org>
Date:   Mon Mar 4 18:12:11 2013 -0500

    Whitespace.

diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp
index e4a5435..2a3a196 100644
--- a/src/insets/InsetInclude.cpp
+++ b/src/insets/InsetInclude.cpp
@@ -534,14 +534,13 @@ void InsetInclude::latex(otexstream & os, OutputParams 
const & runparams) const
        }
 
        if (!runparams.nice)
-                       incfile = mangled;
+               incfile = mangled;
        else if (!isValidLaTeXFileName(incfile)) {
                frontend::Alert::warning(_("Invalid filename"),
                        _("The following filename will cause troubles "
                                "when running the exported file through LaTeX: 
") +
                        from_utf8(incfile));
-       }
-       else if (!isValidDVIFileName(incfile)) {
+       } else if (!isValidDVIFileName(incfile)) {
                frontend::Alert::warning(_("Problematic filename for DVI"),
                        _("The following filename can cause troubles "
                                "when running the exported file through LaTeX "

-----------------------------------------------------------------------

Summary of changes:
 src/insets/InsetInclude.cpp |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to