diff options
| author | Karl Cheng <qantas94heavy@gmail.com> | 2019-05-10 12:16:22 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-05-10 13:25:07 +0000 |
| commit | 261bb887eb8c5f110e58b352fde85c27690a345a (patch) | |
| tree | 55b4b672080a464e19740bd77ecc155d05d99dd1 /po | |
| parent | Fix for inbox issue 467 (diff) | |
| download | inkscape-261bb887eb8c5f110e58b352fde85c27690a345a.tar.gz inkscape-261bb887eb8c5f110e58b352fde85c27690a345a.zip | |
Remove support for saving as JavaFX 1.x script (*.fx)
JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has
not been maintained. There have been no end user comments/reports since
2012 and a few bugs that would be important remain unfixed.
Given that this is not an import format, the impact of removing this
should be extremely low.
Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8
Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx
Refs: https://stackoverflow.com/q/18865774/2074608
Diffstat (limited to 'po')
| -rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 8906545b2..8adbb5c6c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# Generated by generate_POTFILES.sh at Sat Mar 23 00:20:17 CET 2019 +# Generated by ./generate_POTFILES.sh at Fri May 10 21:53:36 AEST 2019 [encoding: UTF-8] org.inkscape.Inkscape.appdata.xml.in share/filters/filters.svg.h @@ -82,7 +82,6 @@ src/extension/internal/filter/transparency.h src/extension/internal/gdkpixbuf-input.cpp src/extension/internal/gimpgrad.cpp src/extension/internal/grid.cpp -src/extension/internal/javafx-out.cpp src/extension/internal/latex-pstricks-out.cpp src/extension/internal/latex-pstricks.cpp src/extension/internal/odf.cpp |
