author | brad <brad> | 2004-04-16 15:32:25 (UTC) |
---|---|---|
committer | brad <brad> | 2004-04-16 15:32:25 (UTC) |
commit | 96ae95dd09bbe982555d434159cfea95fa24a2ca (patch) (unidiff) | |
tree | 13230ca6493a33903bc04ab0f42b7eed3432199e /inputmethods | |
parent | 3e60dc2a9bd0860feae3ebebdfd5f25ad3ce3b13 (diff) | |
download | opie-96ae95dd09bbe982555d434159cfea95fa24a2ca.zip opie-96ae95dd09bbe982555d434159cfea95fa24a2ca.tar.gz opie-96ae95dd09bbe982555d434159cfea95fa24a2ca.tar.bz2 |
Now the graffiti charset is commited, remove the dirty hack I put in a while back.
-rw-r--r-- | inputmethods/handwriting/qimpenprofile.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inputmethods/handwriting/qimpenprofile.cpp b/inputmethods/handwriting/qimpenprofile.cpp index 67343c3..180b0b0 100644 --- a/inputmethods/handwriting/qimpenprofile.cpp +++ b/inputmethods/handwriting/qimpenprofile.cpp | |||
@@ -160,8 +160,6 @@ void QIMPenProfile::loadData() | |||
160 | cs = new QIMPenCharSet( baseDir + "qimpen/" + s ); | 160 | cs = new QIMPenCharSet( baseDir + "qimpen/" + s ); |
161 | cs->load( Global::applicationFileName("qimpen",s), QIMPenCharSet::User ); | 161 | cs->load( Global::applicationFileName("qimpen",s), QIMPenCharSet::User ); |
162 | if ( !cs->isEmpty() ) { | 162 | if ( !cs->isEmpty() ) { |
163 | if ( mono () ) | ||
164 | cs->setDescription( "Latin Characters" ); | ||
165 | if ( combining ) | 163 | if ( combining ) |
166 | combining->addCombined( cs ); | 164 | combining->addCombined( cs ); |
167 | sets.append( cs ); | 165 | sets.append( cs ); |