Patch level :2.1 32
Files correlati :ba1.exe Ricompilazione Demo : [ ] Commento : Correzione minima (tolto GTK da Linux in ba1500.cpp) Sostituito "selezionati" con "presenti" in una message box di ba1700.cpp (indicazioni by Cinzia) git-svn-id: svn://10.65.10.50/trunk@12040 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
de2e423c13
commit
e2c9707a03
@ -220,7 +220,7 @@ void TRequest_form::update_os()
|
||||
const char* stros = NULL;
|
||||
switch (xvt_sys_get_os_version())
|
||||
{
|
||||
case XVT_WS_LINUX_GTK: stros = "Linux GTK"; break;
|
||||
case XVT_WS_LINUX : stros = "Linux"; break;
|
||||
case XVT_WS_WIN_95: stros = "Windows 95"; break;
|
||||
case XVT_WS_WIN_98: stros = "Windows 98"; break;
|
||||
default : stros = "Windows NT/XP"; break;
|
||||
|
@ -1206,7 +1206,7 @@ void TInstaller_mask::install_selection()
|
||||
{
|
||||
if (sys_installed)
|
||||
{
|
||||
warning_box("Modulo SY installato: altri moduli selezionati dovranno essere installati successivamente");
|
||||
warning_box("Modulo SY installato: altri moduli presenti dovranno essere installati successivamente");
|
||||
send_key(K_SPACE, DLG_QUIT);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user