~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/ui/dialog/inkscape-preferences.h

  • Committer: joelholdsworth
  • Date: 2008-03-22 18:23:47 UTC
  • Revision ID: joelholdsworth@users.sourceforge.net-20080322182347-z33lpqe083nlf1we
Removed Win32 keep-dialogs-on-top preference, now set permanently to true

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    PrefRadioButton _win_save_geom_off, _win_save_geom, _win_save_geom_prefs;
137
137
    PrefCheckButton _win_hide_task, _win_zoom_resize , _win_show_close;
138
138
 
139
 
// FIXME: Temporary Win32 special code to enable transient dialogs
140
 
#ifdef WIN32
141
 
    PrefCheckButton _win_ontop_win32;
142
 
#endif
143
 
 
144
139
    PrefCheckButton _calligrapy_use_abs_size;
145
140
    PrefCheckButton _calligrapy_keep_selected;
146
141