Skip to content

Commit

Permalink
Rename FragPipe-PDV to FP-PDV to prevent a crashing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 27, 2022
1 parent afd6ad4 commit 2a31867
Show file tree
Hide file tree
Showing 83 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSFragger-GUI/src/com/dmtavt/fragpipe/tabs/TabRun.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class TabRun extends JPanelWithEnablement {
public static final String TAB_PREFIX = "tab-run.";
private static final String LAST_WORK_DIR = "workdir.last-path";
private static final String PROP_FILECHOOSER_LAST_PATH = TAB_PREFIX + "filechooser.last-path";
private static final String PDV_NAME = "/FragPipe-PDV-1.0.1/FragPipe-PDV-1.0.1.jar";
private static final String PDV_NAME = "/FP-PDV-1.0.1/FP-PDV-1.0.1.jar";
final TextConsole console;
Color defTextColor;
private UiText uiTextWorkdir;
Expand Down

0 comments on commit 2a31867

Please sign in to comment.