Don't crash on NULL tab text.
[wine] / dlls / ttydrv / ttydrv_main.c
2003-09-27  Alexandre JulliardMake sure all 16-bit system drivers are loaded for...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardFixed warning.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Patrik StridvallFixed some warnings.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.