diff --git a/windows/fontdialog.cpp b/windows/fontdialog.cpp index 377ab86d..f17a0d8e 100644 --- a/windows/fontdialog.cpp +++ b/windows/fontdialog.cpp @@ -197,7 +197,7 @@ static void fontDialogDrawSampleText(struct fontDialog *f, ID2D1RenderTarget *rt sample = fontCollectionCorrectString(f->fc, sampleStrings); sampleStrings->Release(); } 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 family = windowText(f->familyCombobox); // TODO but NOT this