diff options
-rw-r--r-- | Applications/Launcher/main.cpp | 2 | ||||
-rw-r--r-- | Base/res/icons/32x32/app-irc-client.png | bin | 0 -> 371 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-visual-builder.png | bin | 0 -> 605 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/Applications/Launcher/main.cpp b/Applications/Launcher/main.cpp index aab2386c3d..6f70de68f9 100644 --- a/Applications/Launcher/main.cpp +++ b/Applications/Launcher/main.cpp @@ -74,6 +74,8 @@ GWindow* make_launcher_window() new LauncherButton("FontEditor", "/res/icons/FontEditor.png", "/bin/FontEditor", widget); new LauncherButton("FileManager", "/res/icons/32x32/filetype-folder.png", "/bin/FileManager", widget); new LauncherButton("TextEditor", "/res/icons/TextEditor.png", "/bin/TextEditor", widget); + new LauncherButton("VisualBuilder", "/res/icons/32x32/app-visual-builder.png", "/bin/VisualBuilder", widget); + new LauncherButton("IRCClient", "/res/icons/32x32/app-irc-client.png", "/bin/IRCClient", widget); return window; } diff --git a/Base/res/icons/32x32/app-irc-client.png b/Base/res/icons/32x32/app-irc-client.png Binary files differnew file mode 100644 index 0000000000..7fb0b82981 --- /dev/null +++ b/Base/res/icons/32x32/app-irc-client.png diff --git a/Base/res/icons/32x32/app-visual-builder.png b/Base/res/icons/32x32/app-visual-builder.png Binary files differnew file mode 100644 index 0000000000..b856a25413 --- /dev/null +++ b/Base/res/icons/32x32/app-visual-builder.png |