diff --git a/tim2view.lps b/tim2view.lps index 477da6c..681215a 100644 --- a/tim2view.lps +++ b/tim2view.lps @@ -18,9 +18,8 @@ - - - + + @@ -40,9 +39,9 @@ + - - + @@ -51,7 +50,7 @@ - + @@ -71,8 +70,7 @@ - - + @@ -137,7 +135,7 @@ - + diff --git a/ucommon.pas b/ucommon.pas index 57e813d..075e7a2 100644 --- a/ucommon.pas +++ b/ucommon.pas @@ -3,7 +3,7 @@ unit ucommon; interface const - cProgramName = 'Tim2View SVN.r88 by [Lab 313] (for ' + + cProgramName = 'Tim2View SVN.r89 by [Lab 313] (for ' + {$IFDEF Linux}'Linux' + {$IFEND} {$IFDEF Darwin}'Mac OS X' + {$IFEND} {$IFDEF Windows}'Windows' + {$IFEND} diff --git a/umain.lfm b/umain.lfm index b64aed5..03beb6f 100644 --- a/umain.lfm +++ b/umain.lfm @@ -604,7 +604,7 @@ object frmMain: TfrmMain Alignment = taCenter AutoSize = True Caption = 'Type' - Width = 37 + Width = 36 end item Alignment = taCenter diff --git a/umain.pas b/umain.pas index fa3addc..75b2120 100644 --- a/umain.pas +++ b/umain.pas @@ -557,8 +557,7 @@ begin cbbBitMode.Tag := NativeInt($FF); - actAddToSendto.Checked := Settings.SendToShortcutExists; - + {$IFDEF windows}actAddToSendto.Checked := Settings.SendToShortcutExists;{$ENDIF} actStretch.Checked := Settings.StretchMode; cbbTranspMode.ItemIndex := Settings.TranspMode; LastDir := Settings.LastDir; diff --git a/usettings.pas b/usettings.pas index 72856e8..c927ad5 100644 --- a/usettings.pas +++ b/usettings.pas @@ -55,7 +55,7 @@ uses FileUtil {$IFDEF windows} ,windows, shlobj {for special folders}, ActiveX, ComObj -{$IFEND} +{$ENDIF} ; const