forked from KolibriOS/kolibrios
kernel: tiny draw button optimization
img: rename FindNumbers into Numbers and ENTROPYVIEW into ENTROPYV (confirmed with author) to fit 8.3 git-svn-id: svn://kolibrios.org@8926 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
cbb59ad9b4
commit
744dc6bcc8
@ -452,7 +452,7 @@ tup.append_table(img_files, {
|
||||
{"DEVELOP/BOARD", PROGS .. "/system/board/trunk/board"},
|
||||
{"DEVELOP/CEDIT", PROGS .. "/develop/cedit/CEDIT"},
|
||||
{"DEVELOP/COBJ", PROGS .. "/develop/cObj/trunk/cObj"},
|
||||
{"DEVELOP/ENTROPYVIEW", PROGS .. "/develop/entropyview/entropyview"},
|
||||
{"DEVELOP/ENTROPYV", PROGS .. "/develop/entropyview/entropyview"},
|
||||
{"DEVELOP/FASM", PROGS .. "/develop/fasm/1.73/fasm"},
|
||||
{"DEVELOP/H2D2B", PROGS .. "/develop/h2d2b/trunk/h2d2b"},
|
||||
{"DEVELOP/HEED", PROGS .. "/develop/heed/trunk/heed"},
|
||||
@ -657,12 +657,12 @@ tup.append_table(img_files, {
|
||||
{"DEVELOP/PIPET", PROGS .. "/cmm/misc/pipet.com"},
|
||||
{"File Managers/EOLITE", PROGS .. "/cmm/eolite/Eolite.com"},
|
||||
{"KF_VIEW", PROGS .. "/cmm/kf_font_viewer/font_viewer.com"},
|
||||
{"DEVELOP/DIFF", PROGS .. "/cmm/diff/diff.com"},
|
||||
{"GAMES/CLICKS", PROGS .. "/games/clicks/trunk/clicks.com"},
|
||||
{"GAMES/MBLOCKS", PROGS .. "/cmm/misc/mblocks.com"},
|
||||
{"DEVELOP/DIFF", PROGS .. "/cmm/diff/diff.com"},
|
||||
{"GAMES/FindNumbers", PROGS .. "/games/FindNumbers/trunk/FindNumbers"},
|
||||
{"GAMES/FLOOD-IT", PROGS .. "/games/flood-it/trunk/flood-it.com"},
|
||||
{"GAMES/MINE", PROGS .. "/games/mine/trunk/mine"},
|
||||
{"GAMES/NUMBERS", PROGS .. "/games/FindNumbers/trunk/FindNumbers"},
|
||||
{"MEDIA/PIXIE", PROGS .. "/cmm/pixie2/pixie.com"},
|
||||
{"MEDIA/ICONEDIT", PROGS .. "/cmm/iconedit/iconedit.com"},
|
||||
{"NETWORK/DL", PROGS .. "/cmm/downloader/dl.com"},
|
||||
|
@ -200,6 +200,7 @@ syscall_button: ;////////////// system function 8 //////////////
|
||||
add ecx, ebp
|
||||
dec eax
|
||||
inc ebx
|
||||
dec edx ; avoid lines overflow
|
||||
call vline ; right dark line
|
||||
@@:
|
||||
pop ecx ebx
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define FILE_SAVED_AS "'泿郊丹丞 <20>␡膇悚\n<>帖 嵼樈<E5B5BC>平 <20><> %s' -Dt"
|
||||
#define FILE_NOT_SAVED "'泿郊丹丞 <20>␡膇悚\n舘芋<E88898>! <20>帖 郊 洫戎<E6B4AB> ㏑碪 嵼樈<E5B5BC>平 <20>歿n%s' -Et"
|
||||
#define KB_RECEIVED "ế乒 嶊删芍<E588A0>言... %s 祚怒蟡陋"
|
||||
#define T_ERROR_STARTING_DOWNLOAD "'<27>¥¢®§¬®¦® ç âì ᪠稢 ¨¥.\n<>®¦ «ã©áâ , ¯à®¢¥àì⥠¢¢¥¤¥ë© ¯ãâì ¨ ᮥ¤¨¥¨¥ á ˆâ¥à¥â®¬.' -E"
|
||||
#define T_ERROR_STARTING_DOWNLOAD "'<27>¥¢®§¬®¦® ç âì ᪠稢 ¨¥.\n<>஢¥àì⥠¢¢¥¤¥ë© ¯ãâì ¨ ᮥ¤¨¥¨¥ á ˆâ¥à¥â®¬.' -E"
|
||||
#define T_AUTOCLOSE "<22>T息阸鳪漼<E9B3AA>"
|
||||
char accept_language[]= "Accept-Language: ru\n";
|
||||
#else
|
||||
@ -25,7 +25,7 @@
|
||||
#define FILE_SAVED_AS "'Download manager\nFile saved as %s' -Dt"
|
||||
#define FILE_NOT_SAVED "'Download manager\nError! Can\96t save file as %s' -Et"
|
||||
#define KB_RECEIVED "Downloading... %s received"
|
||||
#define T_ERROR_STARTING_DOWNLOAD "'Error while starting download process.\nPlease, check entered path and Internet connection.' -E"
|
||||
#define T_ERROR_STARTING_DOWNLOAD "'Error while starting download process.\nCheck entered path and Internet connection.' -E"
|
||||
#define T_AUTOCLOSE "Autoclose"
|
||||
char accept_language[]= "Accept-Language: en\n";
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user