Changeset 2525
- Timestamp:
- Jul 28, 2007, 2:17:15 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/actions.c
r2505 r2525 28 28 29 29 #if !GTK_CHECK_VERSION(2,8,0) 30 #define GTK_STOCK_INFO NULL30 #define GTK_STOCK_INFO GTK_STOCK_PROPERTIES 31 31 #endif 32 32 … … 71 71 { "edit-preferences", GTK_STOCK_PREFERENCES, 72 72 N_("Edit _Preferences"), NULL, NULL, G_CALLBACK(action_cb) }, 73 { "show-torrent-inspector", GTK_STOCK_ PROPERTIES,73 { "show-torrent-inspector", GTK_STOCK_INFO, 74 74 N_("_Torrent Info"), NULL, NULL, G_CALLBACK(action_cb) }, 75 75 { "show-about-dialog", GTK_STOCK_ABOUT, 76 76 N_("_About Transmission"), NULL, NULL, G_CALLBACK(action_cb) }, 77 { "show-debug-window", GTK_STOCK_INFO,77 { "show-debug-window", NULL, 78 78 N_("Show _Debug Window"), NULL, NULL, G_CALLBACK(action_cb) }, 79 79 { "toggle-main-window", "ICON_TRANSMISSION", -
trunk/libtransmission/internal.h
r2488 r2525 72 72 optimized and it is ok to use it with a MIT-licensed application. 73 73 Otherwise, we use the included implementation by vi@nwr.jp. */ 74 #if def HAVE_OPENSSL74 #if defined(HAVE_OPENSSL) || defined(HAVE_LIBSSL) 75 75 # undef SHA_DIGEST_LENGTH 76 76 # include <openssl/sha.h>
Note: See TracChangeset
for help on using the changeset viewer.