forked from KolibriOS/kolibrios
replace Run by RunOD
git-svn-id: svn://kolibrios.org@6743 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
562beb7d6a
commit
09d8656eef
@ -346,7 +346,7 @@ tup.append_table(img_files, {
|
||||
{"PCIDEV", PROGS .. "/system/pcidev/trunk/PCIDEV"},
|
||||
{"RDSAVE", PROGS .. "/system/rdsave/trunk/rdsave"},
|
||||
{"RTFREAD", PROGS .. "/other/rtfread/trunk/rtfread"},
|
||||
{"RUN", PROGS .. "/system/run/trunk/run"},
|
||||
{"RUN", PROGS .. "/system/RunOD/RunOD"},
|
||||
{"SEARCHAP", PROGS .. "/system/searchap/searchap"},
|
||||
{"SCRSHOOT", PROGS .. "/media/scrshoot/scrshoot"},
|
||||
{"SETUP", PROGS .. "/system/setup/trunk/setup"},
|
||||
|
File diff suppressed because one or more lines are too long
@ -2,8 +2,8 @@ struc system_colors
|
||||
{
|
||||
.taskbar dd 0x586786
|
||||
.taskbar_text dd 0xFEFEFE
|
||||
.work_3d_dark dd 0xAEA6A6
|
||||
.work_3d_light dd 0xFBFBFB
|
||||
.work_3d_dark dd 0xC0BBB4
|
||||
.work_3d_light dd 0xECE9E5
|
||||
.window_title dd 0x333333
|
||||
.work dd 0xDDD7CF
|
||||
.work_button dd 0x7887A6
|
||||
|
Loading…
Reference in New Issue
Block a user