Advertisement
Guest User

touchegg-gce-git touchegg.patch

a guest
Jan 29th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --- main.cpp 2015-01-29 17:51:09.126111148 +0100
  2. +++ main.cpp 2015-01-29 17:59:37.019553147 +0100
  3. @@ -31,7 +31,7 @@
  4. QDialog *diag = new QDialog();
  5. diag->setLayout(new QHBoxLayout());
  6. QComboBox *chooser = new QComboBox(diag);
  7. - QDir *dir = new QDir("Dictionaries");
  8. + QDir *dir = new QDir("/usr/share/touchegg-gce/Dictionaries");
  9. QStringList langs = dir->entryList(QStringList("[A-Z][A-Z]*.qm"), QDir::Files);
  10. QStringList chopped = QStringList();
  11. foreach(QString s, langs){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement