Molecular Modeling Software
リビジョン | 35229fc2287f6fbe48cc1df435eab8c40f826593 (tree) |
---|---|
日時 | 2016-04-26 23:33:18 |
作者 | toshinagata1964 <toshinagata1964@a2be...> |
コミッター | toshinagata1964 |
Ruby dialog behaves strange when specifying pre- and post-production scripts. Fixed.
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@593 a2be9bc6-48de-4e38-9406-05402d4bc13c
@@ -1201,7 +1201,7 @@ class Molecule | ||
1201 | 1201 | item(:text, :title=>"Script to run before GAMESS execution:"), |
1202 | 1202 | item(:textview, :width=>400, :height=>200, :value=>s_pre, :tag=>"prefix"), |
1203 | 1203 | item(:text, :title=>"Script to run after GAMESS execution:"), |
1204 | - item(:textview, :width=>400, :height=>200, :value=>s_pre, :tag=>"postfix")) | |
1204 | + item(:textview, :width=>400, :height=>200, :value=>s_post, :tag=>"postfix")) | |
1205 | 1205 | } |
1206 | 1206 | if h[:status] == 0 |
1207 | 1207 | set_global_settings("gamess.prefix_script", h["prefix"]) |