4 lines
89 B
Ruby
4 lines
89 B
Ruby
def spawn_input_box(title, text)
|
|
`kdialog --title "#{title}" --inputbox "#{text}"`
|
|
end
|