fix typo: cliboard -> clipboard
parent
36310cbe36
commit
b1051cc490
|
@ -131,7 +131,7 @@
|
|||
<key name="copy-selection" type="b">
|
||||
<default>false</default>
|
||||
<summary>Copy selection to clipboard</summary>
|
||||
<description>If true, selection is automatically copied to cliboard buffer.</description>
|
||||
<description>If true, selection is automatically copied to clipboard buffer.</description>
|
||||
</key>
|
||||
<key name="word-chars" type="s">
|
||||
<default>'-A-Za-z0-9,./?%&#:_=+@~'</default>
|
||||
|
|
|
@ -952,7 +952,7 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile,
|
|||
|
||||
/* madars.vitolins@gmail.com 24/07/2014 -
|
||||
* update terminal window config
|
||||
* with the flag of copy selection to cliboard or not. */
|
||||
* with the flag of copy selection to clipboard or not. */
|
||||
terminal_window_update_copy_selection(screen, window);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue