Skip to content

Commit f254a84

Browse files
committed
Launcher: Add icons for VisualBuilder and IRCClient.
1 parent 475a17f commit f254a84

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

Applications/Launcher/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ GWindow* make_launcher_window()
7474
new LauncherButton("FontEditor", "/res/icons/FontEditor.png", "/bin/FontEditor", widget);
7575
new LauncherButton("FileManager", "/res/icons/32x32/filetype-folder.png", "/bin/FileManager", widget);
7676
new LauncherButton("TextEditor", "/res/icons/TextEditor.png", "/bin/TextEditor", widget);
77+
new LauncherButton("VisualBuilder", "/res/icons/32x32/app-visual-builder.png", "/bin/VisualBuilder", widget);
78+
new LauncherButton("IRCClient", "/res/icons/32x32/app-irc-client.png", "/bin/IRCClient", widget);
7779

7880
return window;
7981
}
371 Bytes
Loading
605 Bytes
Loading

0 commit comments

Comments
 (0)