Changeset 123


Ignore:
Timestamp:
Oct 12, 2023, 7:56:48 AM (22 months ago)
Author:
erdmann
Message:

partly revert SVN rev 122: now check that the object pointer wpObjM3UFile is valid and only if it is, replace the window title by the M3U file's name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars/mediafolder/c/m3ufolder/m3ufolderoverriddenwpmethods.cpp

    r122 r123  
    465465      ULONG ulErr;
    466466
     467          if (somIsObj(wpObjM3UFile)) {
     468         /* Remove the title added by XWP */
     469         WinSetWindowText(hwnd, wpObjM3UFile->wpQueryTitle());
     470      }
    467471      if(!getMessage(text, IDSTR_PLAYLISTVIEWTITLE, sizeof(text), queryResModuleHandle(), HWND_DESKTOP))
    468472        sprintf(text, "Playlist Editor");
Note: See TracChangeset for help on using the changeset viewer.