diff options
Diffstat (limited to 'shiftos_next/BWM and CMD Apps/basicwm_infobox.vb')
| -rw-r--r-- | shiftos_next/BWM and CMD Apps/basicwm_infobox.vb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb b/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb index e4ffa55..aed56eb 100644 --- a/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb +++ b/shiftos_next/BWM and CMD Apps/basicwm_infobox.vb @@ -3,7 +3,8 @@ Public userinput As String Public Sub showinfo(title As String, message As String, Optional showtextbox As Boolean = False) - lbtitle.Text = title + Titlebar.AppName = title + Titlebar.shiftorium_special() lbmessage.Text = message btnok.Text = "> OK <" txtuserinput.Visible = showtextbox |
