Группа :: Система/Интернационализация
Пакет: mova
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: mova-4.0-alt-doc-location.patch
diff -Naur usr/local/bin/movaMTK usr.ext/local/bin/movaMTK
--- usr/local/bin/movaMTK Sun Dec 24 19:58:08 2000
+++ usr.ext/local/bin/movaMTK Tue Feb 20 22:33:18 2001
@@ -242,8 +242,8 @@
frame .button_upper
button .button_upper.help -relief flat -background #22fafa -text "Help" -command {
.text delete 0.0 end
-if {[catch {set fd [open "${DIR}share/mova/Usage_koi.txt" "r"]} Error] != 0} {
-.text insert end "no ${DIR}share/mova/Usage_koi.txt"
+if {[catch {set fd [open "${DIR}share/doc/mova-4.0alt/Usage_koi.txt" "r"]} Error] != 0} {
+.text insert end "no ${DIR}share/doc/mova-4.0alt/Usage_koi.txt"
} else {
.text insert end "[read $fd]"
set word " "}}
diff -Naur usr/local/bin/movaTK usr.ext/local/bin/movaTK
--- usr/local/bin/movaTK Sat Dec 23 02:58:07 2000
+++ usr.ext/local/bin/movaTK Tue Feb 20 22:33:43 2001
@@ -228,8 +228,8 @@
foreach dic $Dictionaries {$m add radiobutton -indicator 0 -label "$dic" -variable DIC_ARG -value $dic -command {Change_dic}}
button .button_upper.help -relief flat -background #22fafa -text Help -command {Fresh
-if {[catch {set fd [open "${DIR}share/mova/Usage_koi.txt" "r"]} Error] != 0} {
-.text insert end "no ${DIR}share/mova/Usage_koi.txt"
+if {[catch {set fd [open "${DIR}share/doc/mova-4.0alt/Usage_koi.txt" "r"]} Error] != 0} {
+.text insert end "no ${DIR}share/doc/mova-4.0alt/Usage_koi.txt"
} else {
.text insert end "[read $fd]"
set word " "}}