aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Desktop.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-18 18:32:37 -0600
committerFloppyDiskDrive <[email protected]>2017-11-18 18:32:37 -0600
commit4c4ff1e06cecac8a52ac347e029ac19f1be4e244 (patch)
treedc4b91ece45c22018478937d79c5079615f52208 /ShiftOS.Main/ShiftOS/Desktop.cs
parent9fe87b10de6644d17aa4548a80b0c418c1b29d67 (diff)
downloadshiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.tar.gz
shiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.tar.bz2
shiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.zip
yoy new command
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Desktop.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Desktop.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Desktop.cs b/ShiftOS.Main/ShiftOS/Desktop.cs
index f8bf7a0..c61dea9 100644
--- a/ShiftOS.Main/ShiftOS/Desktop.cs
+++ b/ShiftOS.Main/ShiftOS/Desktop.cs
@@ -40,7 +40,7 @@ namespace ShiftOS.Main.ShiftOS
private void textPadToolStripMenuItem_Click(object sender, EventArgs e)
{
var t = new TextPad();
- ShiftWM.Init(t, "Untitled - TextPad", Resources.iconTextPad);
+ ShiftWM.Init(t, "TextPad", Resources.iconTextPad);
}
private void fileSkimmerToolStripMenuItem_Click(object sender, EventArgs e)