Changeset 6141 for trunk/ARB_GDE/GDE_ParseMenu.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARB_GDE/GDE_ParseMenu.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARB_GDE/GDE_ParseMenu.cxx
r6069 r6141 209 209 } 210 210 /* 211 * arg: defines the symbol for a command line argu ement.211 * arg: defines the symbol for a command line argument. 212 212 * this is used for substitution into the itemmethod 213 213 * definition. … … 292 292 /* 293 293 * arglabel: Text label displayed in the dialog box for 294 * this argument. It should be a d iscriptive label.294 * this argument. It should be a descriptive label. 295 295 */ 296 296 else if(Find(in_line,"arglabel:")) … … 369 369 } 370 370 /* 371 * argoptional: Flag specifying that an argu ement is optional371 * argoptional: Flag specifying that an argument is optional 372 372 */ 373 373 else if(Find(in_line,"argoptional:"))
