root/trunk/Preferences/JVGeneralPreferences.h

Revision 3072, 153 bytes (checked in by timothy, 3 years ago)

Major file system restructuring of the code files.

Line 
1 #import "NSPreferences.h"
2
3 @interface JVGeneralPreferences : NSPreferencesModule {
4         IBOutlet NSPopUpButton *encoding;
5 }
6 - (void) buildEncodingMenu;
7 @end
Note: See TracBrowser for help on using the browser.