aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/File Skimmer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS/File Skimmer.vb')
-rw-r--r--ShiftOS/File Skimmer.vb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS/File Skimmer.vb b/ShiftOS/File Skimmer.vb
index 56fccc8..9d242cc 100644
--- a/ShiftOS/File Skimmer.vb
+++ b/ShiftOS/File Skimmer.vb
@@ -617,14 +617,14 @@ Public Class File_Skimmer
'Check if selected item is a file or folder. It it's a folder check its extension
If path Like "*.owd" Then
- If ShiftOSDesktop.boughtorcwrite = True Then
+ If ShiftOSDesktop.installedorcwrite = True Then
Dim sr As New IO.StreamReader(path)
OrcWrite.RichTextBox1.Rtf = sr.ReadToEnd()
sr.Close()
OrcWrite.Show()
OrcWrite.TopMost = True
Else
- infobox.showinfo("Application Not Found", "ShiftOS could not find an application able the open .owd files.")
+ infobox.showinfo("Application Not Found", "ShiftOS could not find an application able to open .owd files.")
End If
ElseIf path Like "*.txt" Then
If TextPad.needtosave = False Then