diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index 3d697d7de0..7e33e90237 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -758,24 +758,6 @@ public class Case implements SleuthkitCase.ErrorObserver, SleuthkitCase.Sleuthki return this.caseType; } - /** - * Get the case type within an .aut file. Defaults to single-user case if - * there is a problem. - * - * @param thePath the path to the file, example: C:\folder\case.aut - * @return The case type contained in the .aut file. - */ - public static CaseType getCaseType(Path thePath) { - try { - XMLCaseManagement xmlcm = new XMLCaseManagement(); - xmlcm.open(thePath.toString()); - return xmlcm.getCaseType(); - } catch (CaseActionException ex) { - logger.log(Level.SEVERE, NbBundle.getMessage(Case.class, "Case.GetCaseTypeGivenPath.Failure"), ex); // NON-NLS - return CaseType.SINGLE_USER_CASE; - } - } - /** * Gets the full path to the temp directory of this case. Will create it if * it does not already exist. diff --git a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties index 256e682850..a33026a567 100644 --- a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties +++ b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties @@ -1,5 +1,5 @@ #Updated by build script -#Tue, 28 Apr 2015 18:19:58 -0400 +#Mon, 01 Jun 2015 13:48:02 -0400 LBL_splash_window_title=Starting Autopsy SPLASH_HEIGHT=314 SPLASH_WIDTH=538 diff --git a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index b8a2cebc1c..9634a11591 100644 --- a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -1,5 +1,5 @@ #Updated by build script -#Tue, 28 Apr 2015 18:19:58 -0400 +#Mon, 01 Jun 2015 13:48:02 -0400 CTL_MainWindow_Title=Autopsy 3.1.2 CTL_MainWindow_Title_No_Project=Autopsy 3.1.2