Quick TODO resolution.

This commit is contained in:
Pietro Gagliardi 2016-04-17 16:49:50 -04:00
parent d45fdb4a3d
commit edef521ded
1 changed files with 1 additions and 1 deletions

View File

@ -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