diff options
Diffstat (limited to 'UViewer.pas')
| -rw-r--r-- | UViewer.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UViewer.pas b/UViewer.pas index a6f5bc4..bb29bd1 100644 --- a/UViewer.pas +++ b/UViewer.pas @@ -79,6 +79,7 @@ begin Caption := 'TuxView'; BorderWidth := 5; AThread := nil; + if @gtk_window_set_icon_name <> nil then gtk_window_set_icon_name(PGtkWindow(FWidget), 'text-x-generic'); // accessories-text-editor ScrolledWindow := TGTKScrolledWindow.Create(Self); ScrolledWindow.HorizScrollBarPolicy := sbAutomatic; |
