This commit is contained in:
afffsdd 2015-12-24 19:32:49 -05:00
parent b70002e9d5
commit 090d3f7f29
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public class MainViewerGUI extends JFrame implements FileChangeNotifier {
private final JMenuItem mntmSetOpitonalLibrary = new JMenuItem("Set Optional Library Folder");
private final JMenuItem mntmPingback = new JMenuItem("Pingback");
private final JMenu mnFontSize = new JMenu("Font Size");
private final JCheckBoxMenuItem chckbxmntmDeleteForiegnoutdatedLibs = new JCheckBoxMenuItem("Delete Foriegn/Outdated Libs");
private final JCheckBoxMenuItem chckbxmntmDeleteForiegnoutdatedLibs = new JCheckBoxMenuItem("Delete Foreign/Outdated Libs");
private final JMenu mnApkConversion = new JMenu("APK Conversion");
public final ButtonGroup apkConversionGroup = new ButtonGroup();
public final JRadioButtonMenuItem apkConversionDex = new JRadioButtonMenuItem("Dex2Jar");