@MENU: allow to set links to files that would be open using @open

MENU.DAT: add a "Welcome" link, small resort
WEBVIEW: fix links browsing at bugs.kolibri-n.org
@RESHARE: fix crash on skin change
CMM: use @reshare for some apps which leads to size decrease
OSUPDATE: rework UI

git-svn-id: svn://kolibrios.org@9439 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-18 15:21:21 +00:00
parent d888aca21b
commit 8bf60cac6d
19 changed files with 155 additions and 80 deletions

View File

@@ -160,7 +160,7 @@ void SaveIniSettings()
void Write_Error(int error_number)
{
char error_message[500];
sprintf(#error_message,"\"%s\n%s\" -%s","Eolite",get_error(error_number),"tE");
sprintf(#error_message,"\"Eolite\n%s\" -tE", get_error(error_number));
notify(#error_message);
}