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
+2 -2
View File
@@ -26,7 +26,7 @@
//===================================================//
//simple open dialog data
char default_dir[] = "/rd/1";
char default_dir[] = "/sys";
od_filter filter2 = { 15, "MP3\0WAV\0XM\0\0" };
#define ABOUT_MESSAGE " v2.94 Final
@@ -600,4 +600,4 @@ void EventShowTagInfo()
stop:
char menu_stak[4096];
char menu_stak[4096];