- Timestamp:
- Aug 25, 2010, 12:15:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/gui/lusettings.cpp
r367 r456 59 59 PrfWriteProfileString( HINI_USERPROFILE, appName, Layout, itoa( layout, buf, 10 ) ); 60 60 PrfWriteProfileData( HINI_USERPROFILE, appName, Zoom, &zoom, sizeof( zoom ) ); 61 62 // also set the actual pagelayout to the new settings 63 Lucide::setPageLayout(layout ); 64 Lucide::setZoom(zoom ); 61 65 } 62 66
Note: See TracChangeset
for help on using the changeset viewer.