Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added temporary fix for build error #5973

Merged
merged 3 commits into from
Aug 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added temporary fix for build error due to javafxports/openjdk-jfx#66
TimMcGilly committed Aug 1, 2019
commit c2e9c904eb2e2cca10d0c563408851ae1f5aa38d
1 change: 1 addition & 0 deletions code/src/utest/pcgen/gui3/dialog/AboutDialogTest.java
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ class AboutDialogTest
@Start
private void Start(Stage stage) throws IOException
{
System.load("C:\\Windows\\System32\\WindowsCodecs.dll");
FXMLLoader loader = new FXMLLoader();
URL resource = AboutDialogController.class.getResource("AboutDialog.fxml");
assert resource != null;
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ class PCGenPreloaderTest
@Start
private void Start(Stage stage) throws IOException
{
System.load("C:\\Windows\\System32\\WindowsCodecs.dll");
FXMLLoader loader = new FXMLLoader();
loader.setLocation(PCGenPreloader.class.getResource("PCGenPreloader.fxml"));
loader.setResources(LanguageBundle.getBundle());