diff options
Diffstat (limited to 'demos/icon-browser/iconbrowserwin.c')
-rw-r--r-- | demos/icon-browser/iconbrowserwin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/icon-browser/iconbrowserwin.c b/demos/icon-browser/iconbrowserwin.c index 903d932ae3..6bb0684b9c 100644 --- a/demos/icon-browser/iconbrowserwin.c +++ b/demos/icon-browser/iconbrowserwin.c @@ -314,9 +314,6 @@ populate (IconBrowserWindow *win) add_icon (win, "zoom-original", "The icon used for the “Original Size” item in the application's “View” menu.", "actions"); add_icon (win, "zoom-out", "The icon used for the “Zoom Out” item in the application's “View” menu. ", "actions"); - add_context (win, "animations", "Animations", "Animated images used to represent loading web sites, or other background processing which may be less suited to more verbose progress reporting in the user interface."); - add_icon (win, "process-working", "This is the standard spinner animation for web browsers and file managers to show that the location is loading.", "animations"); - add_context (win, "apps", "Applications", "Icons that describe what an application is, for use in the Programs menu, window decorations, and the task list."); add_icon (win, "accessories-calculator", "The icon used for the desktop's calculator accessory program.", "apps"); add_icon (win, "accessories-character-map", "The icon used for the desktop's international and extended text character accessory program.", "apps"); @@ -464,8 +461,6 @@ populate (IconBrowserWindow *win) add_icon (win, "face-worried", "The icon used for the :-S emote.", "emotes"); add_icon (win, "face-yawn", "", "emotes"); // missing from spec - add_context (win, "intl", "International", "Icons for international denominations such as flags."); - add_context (win, "mimetypes", "Mime Types", "Icons for different types of data, such as audio or image files."); add_icon (win, "application-certificate", "", "mimetypes"); // missing from spec add_icon (win, "application-rss+xml", "", "mimetypes"); // missing from spec |