Re-added CTL_CustomAboutAction back to Bundle. Converted function to use string from Bundle.

This commit is contained in:
Nick Davis 2014-02-27 12:38:30 -05:00
parent b2494816fc
commit be91eb11c5
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
CTL_DataContentAction=DataContent
CTL_DataContentTopComponent=Data Content
CTL_CustomAboutAction=About
OptionsCategory_Name_General=General
OptionsCategory_Keywords_General=general
HINT_DataContentTopComponent=This is a DataContent window

View File

@ -108,4 +108,5 @@ ProductInformationPanel.getVMValue.text={0} {1}
TableFilterNode.displayName.text=\u540D\u79F0
CTL_DataContentAction=\u30C7\u30FC\u30BF\u30B3\u30F3\u30C6\u30F3\u30C4
OptionsCategory_Name_General=\u4E00\u822C
OptionsCategory_Keywords_General=\u4E00\u822C
OptionsCategory_Keywords_General=\u4E00\u822C
CTL_CustomAboutAction=

View File

@ -37,7 +37,7 @@ import org.sleuthkit.autopsy.coreutils.Logger;
ProductInformationPanel pip = new ProductInformationPanel();
DialogDescriptor descriptor = new DialogDescriptor(
pip,
NbBundle.getMessage(AboutAction.class, "About_title"),
NbBundle.getMessage(CustomAboutAction.class, "CTL_CustomAboutAction"),
true,
new Object[0],
null,