mirror of https://github.com/GNOME/gimp.git
12 lines
259 B
XML
12 lines
259 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
|
||
|
|
||
|
<ui>
|
||
|
<popup action="file-save-popup">
|
||
|
<placeholder name="Internal">
|
||
|
<menuitem action="file-save-by-extension" />
|
||
|
</placeholder>
|
||
|
<separator />
|
||
|
</popup>
|
||
|
</ui>
|