/[svn]/qsampler/trunk/src/qsamplerDevice.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerDevice.cpp

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

revision 451 by capela, Fri Mar 11 17:24:06 2005 UTC revision 452 by capela, Sun Mar 13 22:06:59 2005 UTC
# Line 143  void qsamplerDevice::setDevice ( lscp_cl Line 143  void qsamplerDevice::setDevice ( lscp_cl
143          // If we're bogus, bail out...          // If we're bogus, bail out...
144          if (pDeviceInfo == NULL) {          if (pDeviceInfo == NULL) {
145                  m_sDriverName = QString::null;                  m_sDriverName = QString::null;
146                  m_sDeviceName = QObject::tr("New device");                  m_sDeviceName = QObject::tr("New %1 device").arg(m_sDeviceType);
147                  return;                  return;
148          }          }
149    

Legend:
Removed from v.451  
changed lines
  Added in v.452

  ViewVC Help
Powered by ViewVC