--- qsampler/trunk/src/qsamplerMainForm.ui.h 2005/03/31 14:17:19 487 +++ qsampler/trunk/src/qsamplerMainForm.ui.h 2005/05/08 17:04:10 519 @@ -51,6 +51,10 @@ #include #endif +#if CONFIG_LIBGIG +# include +#endif + // Timer constant stuff. #define QSAMPLER_TIMER_MSECS 200 @@ -1295,6 +1299,12 @@ sText += ::lscp_client_package(); sText += " "; sText += ::lscp_client_version(); +#if CONFIG_LIBGIG + sText += ", "; + sText += gig::libraryName(); + sText += " "; + sText += gig::libraryVersion(); +#endif sText += "
\n"; sText += "
\n"; sText += tr("Website") + ": " QSAMPLER_WEBSITE "
\n";