Issue 641 - replacing DPI to PPI

This commit is contained in:
michael
2011-04-19 15:58:15 -04:00
parent 52c3e66208
commit 866f82b4ad
8 changed files with 33 additions and 30 deletions

View File

@@ -92,7 +92,7 @@ class Options {
int showFilePanelState; // 0: normal, 1: maximized, 2: normal, 3: hidden
bool showInfo;
bool mainNBVertical; // main notebook vertical tabs?
int cropDPI;
int cropPPI;
bool showClippedHighlights;
bool showClippedShadows;
int highlightThreshold;