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.
14 lines
469 B
14 lines
469 B
Index: kdeprint/cups/kmcupsmanager.cpp
|
|
===================================================================
|
|
--- kdeprint/cups/kmcupsmanager.cpp.orig
|
|
+++ kdeprint/cups/kmcupsmanager.cpp
|
|
@@ -85,7 +85,7 @@ static int trials = 5;
|
|
// change LANG variable so that CUPS is always using
|
|
// english language: translation may only come from the PPD
|
|
// itself, or from KDE.
|
|
- setenv("LANG", "en", 1);
|
|
+ setenv("LANG", "en_US.UTF-8", 1);
|
|
}
|
|
|
|
KMCupsManager::~KMCupsManager()
|