fixed broken status panel launch after status panel command name changed
| | |
| | | /** |
| | | * The UNIX status panel script file name. |
| | | */ |
| | | public static final String UNIX_STATUSPANEL_FILE_NAME = "statuspanel"; |
| | | public static final String UNIX_STATUSPANEL_FILE_NAME = "status-panel"; |
| | | |
| | | /** |
| | | * The Windows status panel batch file name. |
| | | */ |
| | | public static final String WINDOWS_STATUSPANEL_FILE_NAME = "statuspanel.bat"; |
| | | public static final String WINDOWS_STATUSPANEL_FILE_NAME = "status-panel.bat"; |
| | | |
| | | /** |
| | | * The UNIX status command line script file name. |
| | |
| | | /** |
| | | * The UNIX status panel script file name. |
| | | */ |
| | | private static final String UNIX_STATUSPANEL_FILE_NAME = "statuspanel"; |
| | | private static final String UNIX_STATUSPANEL_FILE_NAME = "status-panel"; |
| | | |
| | | /** |
| | | * The Windows status panel batch file name. |
| | | */ |
| | | private static final String WINDOWS_STATUSPANEL_FILE_NAME = "statuspanel.bat"; |
| | | private static final String WINDOWS_STATUSPANEL_FILE_NAME = "status-panel.bat"; |
| | | |
| | | /** |
| | | * The UNIX status command line script file name. |