Changeset 19 for psi/trunk/src/options/opt_application.cpp
- Timestamp:
- Sep 5, 2006, 1:31:01 AM (19 years ago)
- File:
-
- 1 edited
-
psi/trunk/src/options/opt_application.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/options/opt_application.cpp
r2 r19 79 79 d->gb_docklet->hide(); 80 80 #endif 81 82 83 84 85 86 87 81 88 #ifndef Q_WS_X11 82 89 d->ck_dockUseWM->hide(); … … 86 93 } 87 94 95 88 96 static int om_x11browse[] = { 0, 2, 1 }; 97 89 98 90 99 void OptionsTabApplication::applyOptions(Options *opt) … … 143 152 selectBrowser( opt->browser ); 144 153 #endif 154 155 156 157 158 159 145 160 #ifdef Q_WS_X11 146 161 d->cb_link->insertItem(tr("KDE Default Browser/Mail")); … … 179 194 180 195 #ifdef Q_WS_WIN 196 197 198 199 181 200 if(x == 0) 182 201 enableCustom = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.
