]> git.pld-linux.org Git - packages/gdm2.20.git/blame - gdm-tolower.patch
- perl -pi -e "s/^\%\{_datadir\}\/pixmaps/\%\{_pixmapsdir\}/"
[packages/gdm2.20.git] / gdm-tolower.patch
CommitLineData
b7723148 1--- gdm-2.0beta4/gui/gdmlogin.c.langfix Wed Jun 21 16:23:52 2000
2+++ gdm-2.0beta4/gui/gdmlogin.c Wed Jun 21 16:27:33 2000
3@@ -547,6 +547,7 @@
4 }
5 else
6 language = savedlang;
7+ language[0] = tolower(language[0]);
8 }
9
10
This page took 0.16156 seconds and 4 git commands to generate.