author | kergoth <kergoth> | 2003-01-16 04:45:54 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 04:45:54 (UTC) |
commit | 94fcc520c0e53af7f0746697f28e4257a45c8a3e (patch) (unidiff) | |
tree | 47ef7dfbd2bf9096059a85a7caa68b0cc232d1d2 | |
parent | 27adc303dffae98b91ecefd5a81d016dc539dd87 (diff) | |
download | opie-94fcc520c0e53af7f0746697f28e4257a45c8a3e.zip opie-94fcc520c0e53af7f0746697f28e4257a45c8a3e.tar.gz opie-94fcc520c0e53af7f0746697f28e4257a45c8a3e.tar.bz2 |
Formatting cleanups in the config system.
-rw-r--r-- | inputmethods/dvorak/config.in | 2 | ||||
-rw-r--r-- | inputmethods/handwriting/config.in | 2 | ||||
-rw-r--r-- | inputmethods/jumpx/config.in | 2 | ||||
-rw-r--r-- | inputmethods/keyboard/config.in | 2 | ||||
-rw-r--r-- | inputmethods/kjumpx/config.in | 2 | ||||
-rw-r--r-- | inputmethods/multikey/config.in | 2 | ||||
-rw-r--r-- | inputmethods/pickboard/config.in | 2 | ||||
-rw-r--r-- | inputmethods/unikeyboard/config.in | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/inputmethods/dvorak/config.in b/inputmethods/dvorak/config.in index c2b5c7b..9fb7e46 100644 --- a/inputmethods/dvorak/config.in +++ b/inputmethods/dvorak/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DVORAK | 1 | config DVORAK |
2 | boolean "dvorak" | 2 | boolean "Dvorak" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && PICKBOARD | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && PICKBOARD |
diff --git a/inputmethods/handwriting/config.in b/inputmethods/handwriting/config.in index 8fd5315..e05f26c 100644 --- a/inputmethods/handwriting/config.in +++ b/inputmethods/handwriting/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config HANDWRITING | 1 | config HANDWRITING |
2 | boolean "handwriting" | 2 | boolean "Handwriting" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/inputmethods/jumpx/config.in b/inputmethods/jumpx/config.in index 01635fd..daf3ae7 100644 --- a/inputmethods/jumpx/config.in +++ b/inputmethods/jumpx/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config JUMPX | 1 | config JUMPX |
2 | boolean "jumpx" | 2 | boolean "Jumpx" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/inputmethods/keyboard/config.in b/inputmethods/keyboard/config.in index e260685..eed42a3 100644 --- a/inputmethods/keyboard/config.in +++ b/inputmethods/keyboard/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KEYBOARD | 1 | config KEYBOARD |
2 | boolean "keyboard" | 2 | boolean "Keyboard" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/inputmethods/kjumpx/config.in b/inputmethods/kjumpx/config.in index 8e0b5c2..2af5187 100644 --- a/inputmethods/kjumpx/config.in +++ b/inputmethods/kjumpx/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KJUMPX | 1 | config KJUMPX |
2 | boolean "kjumpx" | 2 | boolean "Kjumpx" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/inputmethods/multikey/config.in b/inputmethods/multikey/config.in index da3eb9b..a422224 100644 --- a/inputmethods/multikey/config.in +++ b/inputmethods/multikey/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MULTIKEY | 1 | config MULTIKEY |
2 | boolean "multikey" | 2 | boolean "Multikey" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/inputmethods/pickboard/config.in b/inputmethods/pickboard/config.in index 3b71e85..c9d6e31 100644 --- a/inputmethods/pickboard/config.in +++ b/inputmethods/pickboard/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config PICKBOARD | 1 | config PICKBOARD |
2 | boolean "pickboard" | 2 | boolean "Pickboard" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/inputmethods/unikeyboard/config.in b/inputmethods/unikeyboard/config.in index 80bae0d..8be818c 100644 --- a/inputmethods/unikeyboard/config.in +++ b/inputmethods/unikeyboard/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config UNIKEYBOARD | 1 | config UNIKEYBOARD |
2 | boolean "unikeyboard" | 2 | boolean "Unikeyboard" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |