lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
161 stars 57 forks source link

Add an option to disable confirmation before close multi-tab terminal #19

Closed jeffreyhc closed 8 years ago

jeffreyhc commented 8 years ago

Ref: https://github.com/lxde/lxterminal/pull/17#issuecomment-223953698 @medicalwei I add an option to disable the confirm dialog when a multi-tab lxterminal is closed, in the Advanced tab of Preferences. image

And I have a question about zh_TW.po:398, what number should I fill in "#: ../data/lxterminal-preferences.glade.h:XX" I just fill the last and not in used number.

medicalwei commented 8 years ago

I actually don't know if we are still using translation system to upload translations, but the number you mentioned is actually correspond to the line number of the code, which is auto-generated. So you don't need to actually touch that.

jeffreyhc commented 8 years ago

Thanks for your advice, I have modified the code where you mentioned.

medicalwei commented 8 years ago

Sorry... I modified your code according to your previous version and pushed to upstream before seeing your updated changeset.

I am going close the merge request...