Qt Creator: fix another typo in resource file

This commit is contained in:
Sergei Reznikov
2017-09-07 14:00:42 +03:00
parent f9655885aa
commit 386f524682

View File

@@ -17,7 +17,7 @@ resource app_signature "@APP_SIGNATURE@";
resource file_types message {
"types" = "text/x-jamfile",
"types" = "text/x-Makefile",
"types" = "text/x-makefile",
"types" = "text/x-patch",
"types" = "text/x-source-code"
};