replace Run by RunOD

git-svn-id: svn://kolibrios.org@6743 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-11-23 10:21:36 +00:00
parent 562beb7d6a
commit 09d8656eef
3 changed files with 4 additions and 4 deletions

View File

@ -346,7 +346,7 @@ tup.append_table(img_files, {
{"PCIDEV", PROGS .. "/system/pcidev/trunk/PCIDEV"}, {"PCIDEV", PROGS .. "/system/pcidev/trunk/PCIDEV"},
{"RDSAVE", PROGS .. "/system/rdsave/trunk/rdsave"}, {"RDSAVE", PROGS .. "/system/rdsave/trunk/rdsave"},
{"RTFREAD", PROGS .. "/other/rtfread/trunk/rtfread"}, {"RTFREAD", PROGS .. "/other/rtfread/trunk/rtfread"},
{"RUN", PROGS .. "/system/run/trunk/run"}, {"RUN", PROGS .. "/system/RunOD/RunOD"},
{"SEARCHAP", PROGS .. "/system/searchap/searchap"}, {"SEARCHAP", PROGS .. "/system/searchap/searchap"},
{"SCRSHOOT", PROGS .. "/media/scrshoot/scrshoot"}, {"SCRSHOOT", PROGS .. "/media/scrshoot/scrshoot"},
{"SETUP", PROGS .. "/system/setup/trunk/setup"}, {"SETUP", PROGS .. "/system/setup/trunk/setup"},

File diff suppressed because one or more lines are too long

View File

@ -2,8 +2,8 @@ struc system_colors
{ {
.taskbar dd 0x586786 .taskbar dd 0x586786
.taskbar_text dd 0xFEFEFE .taskbar_text dd 0xFEFEFE
.work_3d_dark dd 0xAEA6A6 .work_3d_dark dd 0xC0BBB4
.work_3d_light dd 0xFBFBFB .work_3d_light dd 0xECE9E5
.window_title dd 0x333333 .window_title dd 0x333333
.work dd 0xDDD7CF .work dd 0xDDD7CF
.work_button dd 0x7887A6 .work_button dd 0x7887A6