From 41d6f6e293e62601e798d3af8788fcf6fec7d38d Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 18 Nov 2004 14:21:42 +0000 Subject: [PATCH] Generate Clear All and Check All buttons too. --- bin/generate-buttons.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/bin/generate-buttons.php b/bin/generate-buttons.php index bf9739a..7a57e01 100755 --- a/bin/generate-buttons.php +++ b/bin/generate-buttons.php @@ -38,6 +38,8 @@ function getButtons() { "movehere.png" => _("Move Here"), "begin.png" => _("Begin"), "login.png" => _("Login"), + "checkall.png" => _("Check All"), + "clearall.png" => _("Clear All"), ); } -- libgit2 0.21.4