X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=src%2Fcx%2Ffbn%2Fnevernote%2Fgui%2FColorMenu.java;h=2c3bf5db1dc9a0ce02ffb570ba596a0780656059;hb=9ba038730d6137b2d0bcf9377c9e289fcdd3314d;hp=7144b85f7518ec9ac88d85af38e6bd12f7432394;hpb=181958c22171c2b0d4728fb1956b45043ae25568;p=neighbornote%2FNeighborNote.git diff --git a/src/cx/fbn/nevernote/gui/ColorMenu.java b/src/cx/fbn/nevernote/gui/ColorMenu.java index 7144b85..2c3bf5d 100644 --- a/src/cx/fbn/nevernote/gui/ColorMenu.java +++ b/src/cx/fbn/nevernote/gui/ColorMenu.java @@ -1,5 +1,5 @@ /* - * This file is part of NeverNote + * This file is part of NixNote/NeighborNote * Copyright 2009 Randy Baumgarte * * This file may be licensed under the terms of of the @@ -54,6 +54,7 @@ public class ColorMenu extends Object { pix.fill(color); QAction newAction = new QAction(new QIcon(pix), "", parent); newAction.setToolTip(colorNames.get(i)); + newAction.setText(colorNames.get(i)); newAction.hovered.connect(this, "itemHovered()"); menu.addAction(newAction); }