diff options
Diffstat (limited to 'sd/sdi/drgrfob.sdi')
-rw-r--r-- | sd/sdi/drgrfob.sdi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sd/sdi/drgrfob.sdi b/sd/sdi/drgrfob.sdi index 7d4b596f0abf..39a80d251051 100644 --- a/sd/sdi/drgrfob.sdi +++ b/sd/sdi/drgrfob.sdi @@ -1,61 +1,61 @@ shell SdDrawGrafObjectBar { - SID_GRAFTBX_FILTERS // ole : no, status : ? + SID_GRFFILTER [ ExecMethod = ExecuteFilter; - StateMethod = GetFilterState ; + StateMethod = GetFilterState; ] - SID_GRAFFILTER_INVERT // ole : no, status : no + SID_GRFFILTER_INVERT // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_SMOOTH // ole : no, status : no + SID_GRFFILTER_SMOOTH // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_SHARPEN // ole : no, status : no + SID_GRFFILTER_SHARPEN // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_REMOVENOISE // ole : no, status : no + SID_GRFFILTER_REMOVENOISE // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_SOBEL // ole : no, status : no + SID_GRFFILTER_SOBEL // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_MOSAIC // ole : no, status : no + SID_GRFFILTER_MOSAIC // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_EMBOSS // ole : no, status : no + SID_GRFFILTER_EMBOSS // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_POSTER // ole : no, status : no + SID_GRFFILTER_POSTER // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_POPART // ole : no, status : no + SID_GRFFILTER_POPART // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_SEPIA // ole : no, status : no + SID_GRFFILTER_SEPIA // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_SOLARIZE // ole : no, status : no + SID_GRFFILTER_SOLARIZE // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; |