/[svn]/qsampler/trunk/src/qsamplerMainForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 586 by capela, Wed May 25 11:41:35 2005 UTC revision 605 by capela, Fri Jun 3 10:19:42 2005 UTC
# Line 51  Line 51 
51  #include <signal.h>  #include <signal.h>
52  #endif  #endif
53    
54  #if CONFIG_LIBGIG  #ifdef CONFIG_LIBGIG
55  # include <gig.h>  #include <gig.h>
56  #endif  #endif
57    
58  // Timer constant stuff.  // Timer constant stuff.
# Line 1299  void qsamplerMainForm::helpAbout (void) Line 1299  void qsamplerMainForm::helpAbout (void)
1299      sText += ::lscp_client_package();      sText += ::lscp_client_package();
1300      sText += " ";      sText += " ";
1301      sText += ::lscp_client_version();      sText += ::lscp_client_version();
1302  #if CONFIG_LIBGIG  #ifdef CONFIG_LIBGIG
1303      sText += ", ";      sText += ", ";
1304      sText += gig::libraryName();      sText += gig::libraryName();
1305      sText += " ";      sText += " ";

Legend:
Removed from v.586  
changed lines
  Added in v.605

  ViewVC Help
Powered by ViewVC