mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Fix whitespace.
This commit is contained in:
+1
-1
@@ -343,5 +343,5 @@ OTHER_FILES +=
|
|||||||
RESOURCES += leocad.qrc resources/stylesheet/stylesheet.qrc
|
RESOURCES += leocad.qrc resources/stylesheet/stylesheet.qrc
|
||||||
|
|
||||||
!win32 {
|
!win32 {
|
||||||
TRANSLATIONS = resources/leocad_cs.ts resources/leocad_de.ts resources/leocad_es.ts resources/leocad_fr.ts resources/leocad_pt.ts resources/leocad_ru.ts resources/leocad_uk.ts resources/leocad_zh_CN.ts
|
TRANSLATIONS = resources/leocad_cs.ts resources/leocad_de.ts resources/leocad_es.ts resources/leocad_fr.ts resources/leocad_pt.ts resources/leocad_ru.ts resources/leocad_uk.ts resources/leocad_zh_CN.ts
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
static const char* gLanguageLocales[] =
|
static const char* gLanguageLocales[] =
|
||||||
{
|
{
|
||||||
"", "cs_CZ", "de_DE", "en_US", "fr_FR", "pt_PT", "es_ES", "zh_CN"
|
"", "cs_CZ", "de_DE", "en_US", "fr_FR", "pt_PT", "es_ES", "zh_CN"
|
||||||
};
|
};
|
||||||
|
|
||||||
lcQPreferencesDialog::lcQPreferencesDialog(QWidget* Parent, lcPreferencesDialogOptions* Options)
|
lcQPreferencesDialog::lcQPreferencesDialog(QWidget* Parent, lcPreferencesDialogOptions* Options)
|
||||||
|
|||||||
Reference in New Issue
Block a user