From edef521dede73386fc32c29d27df62410c553447 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 17 Apr 2016 16:49:50 -0400 Subject: [PATCH] Quick TODO resolution. --- windows/fontdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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