summaryrefslogtreecommitdiff
path: root/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb
diff options
context:
space:
mode:
Diffstat (limited to 'shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb')
-rw-r--r--shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb15
1 files changed, 1 insertions, 14 deletions
diff --git a/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb b/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb
index ba9b840..5fe11da 100644
--- a/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb
+++ b/shiftos_next/BWM and CMD Apps/shiftorium_cmd.vb
@@ -8,20 +8,7 @@
lbprice.Hide()
btnbuy.Hide()
lbcodepoints.Text = "Codepoints: " & codepoints
- If boughtbasicwm = True Then
- lbtitle.TextAlign = ContentAlignment.MiddleLeft
- lbtitle.Text = "Shiftorium" 'To make it sentence-case, rather than UPPERCASE.
- lbtitle.BackColor = Color.Gray
- Me.WindowState = FormWindowState.Normal
- Me.Left = (Screen.PrimaryScreen.Bounds.Width - Me.Width) / 2
- Me.Top = (Screen.PrimaryScreen.Bounds.Height - Me.Height) / 2
- Me.TopMost = True
- Else
- lbtitle.TextAlign = ContentAlignment.MiddleCenter
- lbtitle.Text = "SHIFTORIUM"
- lbtitle.BackColor = Color.Black
- Me.WindowState = FormWindowState.Maximized
- End If
+ Titlebar1.shiftorium_special()
End Sub
Public Sub determineitems()