Skip to content

Commit 1233e6f

Browse files
BROSBROS
authored andcommitted
The command description was not displayed when launching from JAR.
1 parent e173e76 commit 1233e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/btr/pdfvole/ResourceManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ResourceManager {
1818

1919
// Some constants
2020
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$
21+
private static final String PDF_OP_DESC = "/com/btr/pdfvole/resources/operator.txt"; //$NON-NLS-1$
2222

2323
private static File lastFile;
2424

0 commit comments

Comments
 (0)