You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
621 B
15 lines
621 B
13 years ago
|
Index: kxkb/kcmlayout.cpp
|
||
|
===================================================================
|
||
|
--- kxkb/kcmlayout.cpp.orig
|
||
|
+++ kxkb/kcmlayout.cpp
|
||
|
@@ -352,6 +352,9 @@ void LayoutConfig::add()
|
||
|
// Create a copy of the sel widget, as one might add the same layout more
|
||
|
// than one time, with different variants.
|
||
|
QListViewItem* toadd = copyLVI(sel, widget->listLayoutsDst);
|
||
|
+
|
||
|
+ // Turn on "Include Latin layout" for new language by default (bnc:204402)
|
||
|
+ toadd->setText(LAYOUT_COLUMN_INCLUDE, "us");
|
||
|
|
||
|
widget->listLayoutsDst->insertItem(toadd);
|
||
|
if( widget->listLayoutsDst->childCount() > 1 )
|