From 5a9e98e482f1655ac285bd5bcb471c18065fb7aa Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 25 Mar 2006 13:10:49 +0000 Subject: [PATCH] r4525: Minor corrections to SOAP section. --- ROX-Filer/src/Docs/Manual.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ROX-Filer/src/Docs/Manual.xml b/ROX-Filer/src/Docs/Manual.xml index ec1a1c8c..cbfa512e 100644 --- a/ROX-Filer/src/Docs/Manual.xml +++ b/ROX-Filer/src/Docs/Manual.xml @@ -3241,8 +3241,8 @@ EOF OpenDir(Filename, [Style, Details, Sort, - Class, ID], - Hidden, Filter) + Class, ID, + Hidden, Filter]) Open a window showing directory Filename. Style is one of Large, Small, Huge or Automatic. @@ -3267,8 +3267,8 @@ their name. For example using a filter of *.c means that only files ending in .c are shown. - Panel(Side, - [Name]) + Panel([Side, + Name]) Open the panel named Name on screen side Side (Top|Bottom|Left|Right). Name can be a name in ~/.config/rox.sourceforge.net/ROX-Filer -- 2.11.4.GIT