mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
(trunk gtk) #2780 "for themability, T needs unique icon names for window, system tray, and popup icons" -- added to trunk for 1.81
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include "tr-core.h"
|
||||
|
||||
#define WINDOW_ICON "transmission-main-window-icon"
|
||||
#define TRAY_ICON "transmission-tray-icon"
|
||||
#define NOTIFICATION_ICON "transmission-notification-icon"
|
||||
|
||||
|
||||
void actions_init( GtkUIManager * ui_manager,
|
||||
gpointer callback_user_data );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user