Changeset 5761
- Timestamp:
- May 6, 2008, 7:27:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r5760 r5761 40 40 #include <gdk/gdkx.h> 41 41 #endif 42 43 #include <libtransmission/version.h> 42 44 43 45 #include "actions.h" … … 1186 1188 else if (!strcmp (action_name, "help")) 1187 1189 { 1188 gtr_open_file( "http://www.transmissionbt.com/help/gtk" ); 1190 gtr_open_file( "http://www.transmissionbt.com/help/gtk/" 1191 SHORT_VERSION_STRING ); 1189 1192 } 1190 1193 else if (!strcmp (action_name, "toggle-main-window"))
Note: See TracChangeset
for help on using the changeset viewer.