• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revision505b731f573f054f81e045fafdc9f5fe46b30004 (tree)
Time2016-07-24 16:36:39
AuthorChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

fix typo in configure --with-kde5session

Change Summary

Incremental Difference

--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,7 @@ AC_ARG_WITH(kde5session,
304304
305305 KDE5_SESSION="$with_kde5session"
306306
307-if test "$with_kde4session" = "yes"; then
307+if test "$with_kde5session" = "yes"; then
308308 KDED5IR="`kf5-config --install data`"
309309 fi
310310