/usr/share/kadu/plugins/configuration/messagessplitter.ui is in kadu-external-modules 0.12.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <configuration-ui>
<section name="Chat">
<tab name="Messages">
<group-box name="Automatic messages splitting">
<spin-box caption="Delay between message parts" config-section="MessagesSplitter" config-item="Delay" min-value="1" max-value="2000" suffix="%n millisecond(s)" id="messagesSplitter/delay" />
<check-box caption="Smart messages splitting" config-section="MessagesSplitter" config-item="SmartMessagesSplitting" id="messagesSplitter/smartMessagesSplitting" />
<check-box caption="Remove whitespaces at the end of lines" config-section="MessagesSplitter" config-item="RemoveWhitespaces" id="messagesSplitter/removeWhitespaces" />
</group-box>
</tab>
</section>
</configuration-ui>
|