OSDN Git Service

コピーライトの表示を修正。
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / gui / ColorMenu.java
index 7144b85..2c3bf5d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * This file is part of NeverNote \r
+ * This file is part of NixNote/NeighborNote \r
  * Copyright 2009 Randy Baumgarte\r
  * \r
  * This file may be licensed under the terms of of the\r
@@ -54,6 +54,7 @@ public class ColorMenu extends Object {
                        pix.fill(color);\r
                        QAction newAction = new QAction(new QIcon(pix), "", parent);\r
                        newAction.setToolTip(colorNames.get(i));\r
+                       newAction.setText(colorNames.get(i));\r
                        newAction.hovered.connect(this, "itemHovered()");\r
                        menu.addAction(newAction);\r
                }\r