mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: A non-Latin folder name is not shown correctly in the title bar (fixes #354)
This commit is contained in:
parent
811266e6c3
commit
5f0ae995a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1171,7 +1171,7 @@ begin
|
|||
LoadTabs;
|
||||
|
||||
// Must be after LoadTabs
|
||||
TDriveWatcher.Initialize(GetWindowHandle(Self));
|
||||
TDriveWatcher.Initialize(GetWindowHandle(Application.MainForm));
|
||||
TDriveWatcher.AddObserver(@OnDriveWatcherEvent);
|
||||
|
||||
{$IF (DEFINED(LCLQT) or DEFINED(LCLQT5)) and not DEFINED(MSWINDOWS)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue