mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
Re-added CTL_CustomAboutAction back to Bundle. Converted function to use string from Bundle.
This commit is contained in:
parent
b2494816fc
commit
be91eb11c5
@ -1,5 +1,6 @@
|
|||||||
CTL_DataContentAction=DataContent
|
CTL_DataContentAction=DataContent
|
||||||
CTL_DataContentTopComponent=Data Content
|
CTL_DataContentTopComponent=Data Content
|
||||||
|
CTL_CustomAboutAction=About
|
||||||
OptionsCategory_Name_General=General
|
OptionsCategory_Name_General=General
|
||||||
OptionsCategory_Keywords_General=general
|
OptionsCategory_Keywords_General=general
|
||||||
HINT_DataContentTopComponent=This is a DataContent window
|
HINT_DataContentTopComponent=This is a DataContent window
|
||||||
|
@ -109,3 +109,4 @@ TableFilterNode.displayName.text=\u540D\u79F0
|
|||||||
CTL_DataContentAction=\u30C7\u30FC\u30BF\u30B3\u30F3\u30C6\u30F3\u30C4
|
CTL_DataContentAction=\u30C7\u30FC\u30BF\u30B3\u30F3\u30C6\u30F3\u30C4
|
||||||
OptionsCategory_Name_General=\u4E00\u822C
|
OptionsCategory_Name_General=\u4E00\u822C
|
||||||
OptionsCategory_Keywords_General=\u4E00\u822C
|
OptionsCategory_Keywords_General=\u4E00\u822C
|
||||||
|
CTL_CustomAboutAction=
|
@ -37,7 +37,7 @@ import org.sleuthkit.autopsy.coreutils.Logger;
|
|||||||
ProductInformationPanel pip = new ProductInformationPanel();
|
ProductInformationPanel pip = new ProductInformationPanel();
|
||||||
DialogDescriptor descriptor = new DialogDescriptor(
|
DialogDescriptor descriptor = new DialogDescriptor(
|
||||||
pip,
|
pip,
|
||||||
NbBundle.getMessage(AboutAction.class, "About_title"),
|
NbBundle.getMessage(CustomAboutAction.class, "CTL_CustomAboutAction"),
|
||||||
true,
|
true,
|
||||||
new Object[0],
|
new Object[0],
|
||||||
null,
|
null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user