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:
luca 2004-04-30 09:17:07 +00:00
parent de2e423c13
commit e2c9707a03
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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