aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/File Skimmer.vb
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-03-15 08:29:50 -0400
committerTheUltimateHacker <[email protected]>2015-03-15 08:29:50 -0400
commitc8d95621fb1f8ebab23cd7e3eeacb26b6e018e20 (patch)
tree791766c9fea12835ccabe1486138709460fb043f /ShiftOS/File Skimmer.vb
parent55795509e5170045772f9b6ae9060a33e65758df (diff)
downloadshiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.tar.gz
shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.tar.bz2
shiftos-c8d95621fb1f8ebab23cd7e3eeacb26b6e018e20.zip
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.
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