Aggiunto n.ro di versione interno
git-svn-id: svn://10.65.10.50/trunk@1109 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9d626595d0
commit
c73b60184c
@ -140,7 +140,7 @@ void TBanner::handler(WINDOW win, EVENT* ep)
|
|||||||
TWindow::handler(win, ep);
|
TWindow::handler(win, ep);
|
||||||
}
|
}
|
||||||
|
|
||||||
long TApplication::task_eh(WINDOW win, EVENT *ep)
|
long XVT_CALLCONV1 TApplication::task_eh(WINDOW win, EVENT *ep)
|
||||||
{
|
{
|
||||||
switch (ep->type)
|
switch (ep->type)
|
||||||
{
|
{
|
||||||
@ -452,8 +452,8 @@ void TApplication::about() const
|
|||||||
{
|
{
|
||||||
#include <prassi.ver>
|
#include <prassi.ver>
|
||||||
const TFilename n(__argv[0]);
|
const TFilename n(__argv[0]);
|
||||||
message_box("PRASSI Versione %s\nProgramma %s\nLibreria del %s",
|
message_box("PRASSI Versione %s\nProgramma %s\nLibreria del %s\nN.ro di serie %d-%s",
|
||||||
VERSION, (const char*)n.name(), __DATE__);
|
VERSION, (const char*)n.name(), __DATE__, SerNo, INTERNAL_VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Risposta alla selezione Stampa del menu File
|
// Risposta alla selezione Stampa del menu File
|
||||||
@ -661,3 +661,5 @@ void TApplication::on_firm_change()
|
|||||||
|
|
||||||
void TApplication::on_config_change()
|
void TApplication::on_config_change()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user