diff --git a/GUI/extenwindow.cpp b/GUI/extenwindow.cpp index 56cdabc..6b5ed52 100644 --- a/GUI/extenwindow.cpp +++ b/GUI/extenwindow.cpp @@ -18,7 +18,7 @@ extern const char* EXTEN_WINDOW_INSTRUCTIONS; namespace { constexpr auto EXTEN_SAVE_FILE = u8"SavedExtensions.txt"; - constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Regex Filter>Copy to Clipboard>Google Translate>Extra Window>Extra Newlines>Styler"; + constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Regex Filter>Copy to Clipboard>Google Translate>Extra Window>Extra Newlines"; struct Extension {