Revision 18394,
462 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18393,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef _DEFAULTTABLE_H_ |
---|
2 | #define _DEFAULTTABLE_H_ |
---|
3 | |
---|
4 | /* This file contains prettynames and icons for well-known applications, that by default has no .desktop entry */ |
---|
5 | |
---|
6 | /* The current table is only a test */ |
---|
7 | const gchar *default_table[] = { |
---|
8 | "X", N_("X window system"), "gnome-mdi.png", |
---|
9 | "bash", N_("bourne again shell"), "gnome-term.png", |
---|
10 | "gnome-session", N_("Gnome-Session"), "gnome-logo-icon-transparent.png", |
---|
11 | NULL}; |
---|
12 | |
---|
13 | #endif /* _DEFAULTTABLE_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.