We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e173e76 commit 1233e6fCopy full SHA for 1233e6f
src/com/btr/pdfvole/ResourceManager.java
@@ -18,7 +18,7 @@ public class ResourceManager {
18
19
// Some constants
20
private static final String HOMEPAGE_URL = "https://github.com/Rossi1337/pdf_vole"; //$NON-NLS-1$
21
- private static final String PDF_OP_DESC = "resources/operator.txt"; //$NON-NLS-1$
+ private static final String PDF_OP_DESC = "/com/btr/pdfvole/resources/operator.txt"; //$NON-NLS-1$
22
23
private static File lastFile;
24
0 commit comments