Skip to content

Commit

Permalink
Fixed issue with publication gui and not having the right resources t…
Browse files Browse the repository at this point in the history
…o display the UI image components.
  • Loading branch information
eamonnmag committed Jan 29, 2014
1 parent 241ea8b commit 501a8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class PublicationLocatorUI extends JFrame implements WindowListener {

public PublicationLocatorUI(DataEntryForm parent) {
this.parent = parent;
ResourceInjector.get("publication-package.style").inject(this);
ResourceInjector.get("publicationlocator-package.style").inject(this);

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class SearchResultPane extends JPanel {
private ImageIcon connectionError;

public SearchResultPane() {
ResourceInjector.get("publication-package.style").inject(this);
ResourceInjector.get("publicationlocator-package.style").inject(this);
setLayout(new BorderLayout());
setBackground(UIHelper.BG_COLOR);
resultInfo = new JEditorPane();
Expand Down

0 comments on commit 501a8d7

Please sign in to comment.