Fixed misuse of "/rd/1" (changed to "/sys") for some programs

git-svn-id: svn://kolibrios.org@9585 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vitalkrilov
2022-01-07 01:01:22 +00:00
parent 00d6588c05
commit 97e3188585
19 changed files with 36 additions and 36 deletions

View File

@@ -76,7 +76,7 @@ dword http_get_type=PAGE;
dword render_start_time;
int menu_id=NULL;
char default_dir[] = "/rd/1";
char default_dir[] = "/sys";
od_filter filter2 = { 22, "TXT\0HTM\0HTML\0DOCX\0\0" };
char editURL[URL_SIZE+1];
@@ -461,10 +461,10 @@ void EventAllTabsClick(dword _n)
void EventEditSource()
{
if (check_is_the_adress_local(history.current())) {
RunProgram("/rd/1/develop/cedit", history.current());
RunProgram("/sys/develop/cedit", history.current());
} else {
CreateFile(WB1.bufsize, WB1.bufpointer, "/tmp0/1/WebView_tmp.htm");
if (!EAX) RunProgram("/rd/1/develop/cedit", "/tmp0/1/WebView_tmp.htm");
if (!EAX) RunProgram("/sys/develop/cedit", "/tmp0/1/WebView_tmp.htm");
}
}
@@ -1002,4 +1002,4 @@ dword GetImg(bool _new)
DrawStatusBar(NULL);
}
stop:
stop: