diff options
| author | EverythingWindows <[email protected]> | 2022-11-08 10:22:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-08 10:22:01 +0700 |
| commit | f96d01a788001a9747da8b27be11de785093c28d (patch) | |
| tree | 1d10653298bea6c9cab2d2835a380ae2f464887f /ShiftOS-TheRevival/My Project/Resources.Designer.vb | |
| parent | 0a2b03e31283da77d6feaa2fd9d65349a9e82602 (diff) | |
| download | shiftos-therevival-old-f96d01a788001a9747da8b27be11de785093c28d.tar.gz shiftos-therevival-old-f96d01a788001a9747da8b27be11de785093c28d.tar.bz2 shiftos-therevival-old-f96d01a788001a9747da8b27be11de785093c28d.zip | |
minor moving fixes
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index d6f2a12..e3d19b7 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -165,6 +165,20 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Displays informations about current session of Terminal such as current time, current application, current user, and current codepoint + ''' + '''[OPTION] Option to do certain things regarding the Infobar + '''COLOR [BG][FG] changes the infobar's color to the selected one + '''[ON|OFF] Turning infobar on or off + '''. + '''</summary> + Friend ReadOnly Property man_infobar() As String + Get + Return ResourceManager.GetString("man_infobar", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Shows up a manual on each corresponding command and its example of action ''' '''[COMMAND] Any command that you want to get the manual for |
