summaryrefslogtreecommitdiff
path: root/UToolTips.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-07 20:40:48 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-07 20:40:48 +0200
commita0f1e0e9db4b0edee45018c47a08761916af0ce6 (patch)
treedc9d05f5772442f61ec913631540b24cf67d5e8a /UToolTips.pas
parentecde167da74c86bc047aaf84c5e548cf65a5da98 (diff)
downloadtuxcmd-a0f1e0e9db4b0edee45018c47a08761916af0ce6.tar.xz
Revised UTF-8 filenames supportv0.6.38
Diffstat (limited to 'UToolTips.pas')
-rw-r--r--UToolTips.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UToolTips.pas b/UToolTips.pas
index 7a79075..2ad128f 100644
--- a/UToolTips.pas
+++ b/UToolTips.pas
@@ -299,7 +299,7 @@ begin
end;
if IsFNameExtColumn then begin
- Text := PChar(ANSIToUTF8(Data^.AName));
+ Text := PChar(Data^.FDisplayName);
gtk_tree_view_get_cell_area(data_panel, data_row, gtk_tree_view_get_column(data_panel, Col - Ord(ColID = 3)), @rect);
if ((Col - Ord(ColID = 3)) = 0) and ConfUseFileTypeIcons then begin
Inc(Rect.x, ConfRowHeightReal + 2);