From c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Sun, 15 Mar 2015 08:29:50 -0400 Subject: Advanced App Launcher added A very beta Advanced App Launcher has been added. It's in a functional state, and I'm still working on it. --- ShiftOS/File Skimmer.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS/File Skimmer.vb') 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 -- cgit v1.2.3