Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzfl committed Jun 21, 2019
1 parent b392f1d commit 65ba03e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

import de.moritzf.latexhelper.util.GuiUtil;
import de.moritzf.latexhelper.util.OsUtil;
import io.github.soc.directories.UserDirectories;
import mathpix.MathPixSettings;
import org.scilab.forge.jlatexmath.TeXConstants;
import org.scilab.forge.jlatexmath.TeXFormula;
Expand Down Expand Up @@ -256,7 +257,7 @@ public void actionPerformed(ActionEvent arg0) {
JOptionPane.showMessageDialog(this,
"<html>Make sure you entered a valid LaTeX-expression.<br>"
+ " Furthermore ensure that you have writing access to"
+ " the directory: " + Export.USER_HOME + "<html>",
+ " the directory: " + UserDirectories.get().desktopDir + "<html>",
"Could not save", JOptionPane.ERROR_MESSAGE);
}
}
Expand Down

0 comments on commit 65ba03e

Please sign in to comment.