From a288db5c9e94608b583b4e6de6f61884b0a123a3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 25 Sep 2005 19:38:07 +0000 Subject: [PATCH] renamed to "Distress..." and moved to Select/Modify. 2005-09-25 Michael Natterer * plug-ins/script-fu/scripts/distress-selection.scm: renamed to "Distress..." and moved to Select/Modify. --- ChangeLog | 5 +++++ plug-ins/script-fu/scripts/distress-selection.scm | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9841ae457e..e5337392ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-25 Michael Natterer + + * plug-ins/script-fu/scripts/distress-selection.scm: renamed to + "Distress..." and moved to Select/Modify. + 2005-09-24 Hans Breuer * **makefile.msc : updated diff --git a/plug-ins/script-fu/scripts/distress-selection.scm b/plug-ins/script-fu/scripts/distress-selection.scm index df38159e73..6b85f6c247 100644 --- a/plug-ins/script-fu/scripts/distress-selection.scm +++ b/plug-ins/script-fu/scripts/distress-selection.scm @@ -83,7 +83,7 @@ (script-fu-register "script-fu-distress-selection" - _"_Distress Selection..." + _"_Distress..." "No description" "Chris Gutteridge" "1998, Chris Gutteridge / ECS dept, University of Southampton, England." @@ -99,4 +99,4 @@ SF-TOGGLE _"Smooth vertically" TRUE) (script-fu-menu-register "script-fu-distress-selection" - "/Filters/Selection") + "/Select/Modify") -- GitLab