Changeset 6141 for trunk/ARB_GDE/GDE_event.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARB_GDE/GDE_event.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARB_GDE/GDE_event.cxx
r5940 r6141 34 34 /* 35 35 ReplaceArgs(): 36 Replace all command line argu ements with the appropriate values36 Replace all command line arguments with the appropriate values 37 37 stored for the chosen menu item. 38 38 … … 53 53 * The basic idea is to replace all of the symbols in the method 54 54 * string with the values picked in the dialog box. The method 55 * is the general command line structure. All argu ements have three55 * is the general command line structure. All arguments have three 56 56 * parts, a label, a method, and a value. The method never changes, and 57 57 * is used to represent '-flag's for a given function. Values are the 58 * associated argu ements that some flags require. All symbols that58 * associated arguments that some flags require. All symbols that 59 59 * require argvalue replacement should have a '$' infront of the symbol 60 60 * name in the itemmethod definition. All symbols without the '$' will
