Changeset 3209 for trunk/gtk/tr_prefs.h
- Timestamp:
- Sep 28, 2007, 12:46:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr_prefs.h
r3206 r3209 8 8 * the Transmission project. 9 9 * 10 * $Id :$10 * $Id$ 11 11 */ 12 12 … … 17 17 18 18 GtkWidget * tr_prefs_dialog_new( GObject * core, GtkWindow * parent ); 19 20 /* if you add a key here, you /must/ add its 21 * default in tr_prefs_init_global( void ) */ 19 22 20 23 #define PREF_KEY_DL_LIMIT_ENABLED "download-limit-enabled" … … 31 34 #define PREF_KEY_SYSTRAY "system-tray-icon-enabled" 32 35 #define PREF_KEY_ASKQUIT "prompt-before-exit" 36 #define PREF_KEY_ENCRYPTED_ONLY "encrypted-connections-only" 33 37 #define PREF_KEY_MSGLEVEL "debug-message-level" 34 38
Note: See TracChangeset
for help on using the changeset viewer.