X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTEditColorThemeWindow.java;h=a13bf1444f439d6043a65c2cffaf5de69a61bd9f;hb=a2018e9964f6c58742cd1e6dd0a0c63e244a89d6;hp=976c8957b22f74db54f286903c997982c1a01916;hpb=a51c793705414e7926744e6431632dab7f1de951;p=nikiroo-utils.git diff --git a/src/jexer/TEditColorThemeWindow.java b/src/jexer/TEditColorThemeWindow.java index 976c895..a13bf14 100644 --- a/src/jexer/TEditColorThemeWindow.java +++ b/src/jexer/TEditColorThemeWindow.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -707,6 +707,8 @@ public final class TEditColorThemeWindow extends TWindow { // Default to the color list activate(colorNames); + // Add shortcut text + newStatusBar("Select Colors"); } /**