Changeset 178 for smplayer/trunk
- Timestamp:
 - May 4, 2016, 3:18:04 PM (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  smplayer/trunk/src/helper.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
smplayer/trunk/src/helper.cpp
r176 r178 332 332 if (!newName.endsWith(".exe", Qt::CaseInsensitive)) 333 333 newName.append(".exe"); 334 #endif 334 QStringList search_paths = QString::fromLocal8Bit(env.constData()).split(';', QString::SkipEmptyParts); 335 search_paths += qApp->applicationDirPath(); 336 #else 335 337 QStringList search_paths = QString::fromLocal8Bit(env.constData()).split(':', QString::SkipEmptyParts); 338 #endif 336 339 for (int n = 0; n < search_paths.count(); n++) { 337 340 #ifdef Q_OS_OS2  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  