mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1258, SPARK-1257
updates to default.properties customization of colors added new preference panel Color Color-Panel and Appearance Panel are now tabbed ill post a guide on how to configure the default.properties in the forum git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12185 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
11eb9afd28
commit
8331b41590
@ -448,7 +448,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
|
||||
if (!Spark.isMac() && !Default.getBoolean("DISABLE_EXIT")) {
|
||||
connectMenu.add(exitMenuItem);
|
||||
}
|
||||
|
||||
|
||||
JMenuItem updateMenu= new JMenuItem("", SparkRes.getImageIcon(SparkRes.DOWNLOAD_16x16));
|
||||
ResourceUtils.resButton(updateMenu, Res.getString("menuitem.check.for.updates"));
|
||||
updateMenu.addActionListener(new ActionListener() {
|
||||
@ -505,7 +505,9 @@ public final class MainWindow extends ChatFrame implements ActionListener {
|
||||
}
|
||||
|
||||
// Build Help Menu
|
||||
if(!Default.getBoolean(Default.DISABLE_UPDATES)){
|
||||
helpMenu.add(updateMenu);
|
||||
}
|
||||
helpMenu.addSeparator();
|
||||
helpMenu.add(viewErrors);
|
||||
helpMenu.add(menuAbout);
|
||||
|
||||
Reference in New Issue
Block a user