From 6e1355c7ae93c950fd8445e4d2466c95376f3c5c Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 5 Aug 2009 11:59:51 +0000 Subject: [PATCH] Display "Palette editor / setup" in the toolbar for the palette button instead of just "Palette editor" as some people seem to miss this dialog :) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@973 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.c b/engine.c index 6919cfc0..085fdadb 100644 --- a/engine.c +++ b/engine.c @@ -94,7 +94,7 @@ char * Menu_tooltip[NB_BUTTONS]= "Undo / Redo ", "Kill current page ", "Quit ", - "Palette editor ", + "Palette editor / setup ", "Scroll pal. bkwd / Fast ", "Scroll pal. fwd / Fast ", "Color #" ,