mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm> to shrink 'em down
This commit is contained in:
@@ -636,7 +636,7 @@ main( int argc, char ** argv )
|
||||
actions_init ( myUIManager, cbdata );
|
||||
gtk_ui_manager_add_ui_from_string ( myUIManager, fallback_ui_file, -1, NULL );
|
||||
gtk_ui_manager_ensure_update ( myUIManager );
|
||||
gtk_window_set_default_icon_name ( MY_READABLE_NAME );
|
||||
gtk_window_set_default_icon_name ( MY_CONFIG_NAME );
|
||||
|
||||
/* create main window now to be a parent to any error dialogs */
|
||||
win = GTK_WINDOW( tr_window_new( myUIManager, cbdata->core ) );
|
||||
@@ -1399,7 +1399,7 @@ about( GtkWindow * parent )
|
||||
"website-label", website_url,
|
||||
"copyright",
|
||||
_( "Copyright (c) The Transmission Project" ),
|
||||
"logo-icon-name", MY_READABLE_NAME,
|
||||
"logo-icon-name", MY_CONFIG_NAME,
|
||||
#ifdef SHOW_LICENSE
|
||||
"license", LICENSE,
|
||||
"wrap-license", TRUE,
|
||||
|
||||
Reference in New Issue
Block a user