@@ -39,10 +39,10 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
3939// MCA_OPTION_PLURAL - allow multiple files to be selected (not ASK)
4040//
4141// On exit:
42- // ep should be a return-delimited list of revolution paths to the selected files
42+ // ep should be a return-delimited list of LiveCode paths to the selected files
4343// or empty if the dialog was cancelled
4444//
45- // The Revolution sytax that uses this call is deprecated.
45+ // The LiveCode syntax that uses this call is deprecated.
4646//
4747extern int MCA_file (MCExecPoint & ep , const char * p_title , const char * p_prompt , const char * p_filter , const char * p_initial , unsigned int p_options );
4848extern int MCA_ask_file (MCExecPoint & ep , const char * p_title , const char * p_prompt , const char * p_filter , const char * p_initial , unsigned int p_options ); //const char *prompt, char *fn, MCExecPoint& ep, Boolean sheet);
@@ -62,7 +62,7 @@ extern int MCA_ask_file(MCExecPoint& ep, const char *p_title, const char *p_prom
6262// MCA_OPTION_RETURN_FILTER - return the label of the type selected in MCresult
6363//
6464// On exit:
65- // ep should be a return-delimited list of revolution paths to the selected files
65+ // ep should be a return-delimited list of LiveCode paths to the selected files
6666// or empty if the dialog was cancelled
6767// If MCA_OPTION_RETURN_FILTER is specified MCresult should contain the label of the
6868// filetype in effect when the dialog was closed (but not cancelled).
@@ -79,7 +79,7 @@ extern int MCA_ask_file_with_types(MCExecPoint& ep, const char *p_title, const c
7979// MCA_OPTION_SHEET (Mac OS X only) - display the dialog as a sheet
8080//
8181// On exit:
82- // ep should contain the revolution path of the folder selected, or empty if the
82+ // ep should contain the LiveCode path of the folder selected, or empty if the
8383// dialog was cancelled.
8484//
8585extern int MCA_folder (MCExecPoint & ep , const char * p_title , const char * p_prompt , const char * p_initial , unsigned int p_options );
0 commit comments