Quick TODO resolution.
This commit is contained in:
parent
d45fdb4a3d
commit
edef521ded
|
@ -197,7 +197,7 @@ static void fontDialogDrawSampleText(struct fontDialog *f, ID2D1RenderTarget *rt
|
||||||
sample = fontCollectionCorrectString(f->fc, sampleStrings);
|
sample = fontCollectionCorrectString(f->fc, sampleStrings);
|
||||||
sampleStrings->Release();
|
sampleStrings->Release();
|
||||||
} else
|
} else
|
||||||
sample = L"TODO get this from GTK+ instead of AaBbYyZz";
|
sample = L"The quick brown fox jumps over the lazy dog.";
|
||||||
// TODO get this from the currently selected item
|
// TODO get this from the currently selected item
|
||||||
family = windowText(f->familyCombobox);
|
family = windowText(f->familyCombobox);
|
||||||
// TODO but NOT this
|
// TODO but NOT this
|
||||||
|
|
Loading…
Reference in New Issue