diff options
author | monsta <[email protected]> | 2017-04-19 14:45:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-19 14:45:49 +0300 |
commit | 947da76491a293717a5e94346a1193f6b17d9c0b (patch) | |
tree | ab9ab2cf83e59fa5cb1925edc7d35c26f9b7c4ed | |
parent | 961a50919672f1219f8ed336c194c2b49ea880b6 (diff) | |
download | pluma-947da76491a293717a5e94346a1193f6b17d9c0b.tar.bz2 pluma-947da76491a293717a5e94346a1193f6b17d9c0b.tar.xz |
docs: we have encodings combobox, not option menu
it was ported even before our fork from gedit:
https://git.gnome.org/browse/gedit/commit/?id=820ce8820a8db40eca5ca0b63f2d6e3a07416373
-rw-r--r-- | docs/reference/pluma-docs.sgml | 2 | ||||
-rw-r--r-- | docs/reference/pluma-sections.txt | 28 |
2 files changed, 15 insertions, 15 deletions
diff --git a/docs/reference/pluma-docs.sgml b/docs/reference/pluma-docs.sgml index d0867dae..87d62271 100644 --- a/docs/reference/pluma-docs.sgml +++ b/docs/reference/pluma-docs.sgml @@ -10,7 +10,7 @@ <title>pluma</title> <xi:include href="xml/pluma-app.xml"/> <xi:include href="xml/pluma-document.xml"/> - <xi:include href="xml/pluma-encodings-option-menu.xml"/> + <xi:include href="xml/pluma-encodings-combo-box.xml"/> <xi:include href="xml/pluma-file-chooser-dialog.xml"/> <xi:include href="xml/pluma-message-bus.xml"/> <xi:include href="xml/pluma-message-type.xml"/> diff --git a/docs/reference/pluma-sections.txt b/docs/reference/pluma-sections.txt index 128bd3b8..2262969c 100644 --- a/docs/reference/pluma-sections.txt +++ b/docs/reference/pluma-sections.txt @@ -71,21 +71,21 @@ PLUMA_DOCUMENT_GET_CLASS </SECTION> <SECTION> -<FILE>pluma-encodings-option-menu</FILE> -PlumaEncodingsOptionMenuPrivate -<TITLE>PlumaEncodingsOptionMenu</TITLE> -PlumaEncodingsOptionMenu -pluma_encodings_option_menu_new -pluma_encodings_option_menu_get_selected_encoding -pluma_encodings_option_menu_set_selected_encoding +<FILE>pluma-encodings-combo-box</FILE> +PlumaEncodingsComboBoxPrivate +<TITLE>PlumaEncodingsComboBox</TITLE> +PlumaEncodingsComboBox +pluma_encodings_combo_box_new +pluma_encodings_combo_box_get_selected_encoding +pluma_encodings_combo_box_set_selected_encoding <SUBSECTION Standard> -PLUMA_ENCODINGS_OPTION_MENU -PLUMA_IS_ENCODINGS_OPTION_MENU -PLUMA_TYPE_ENCODINGS_OPTION_MENU -pluma_encodings_option_menu_get_type -PLUMA_ENCODINGS_OPTION_MENU_CLASS -PLUMA_IS_ENCODINGS_OPTION_MENU_CLASS -PLUMA_ENCODINGS_OPTION_MENU_GET_CLASS +PLUMA_ENCODINGS_COMBO_BOX +PLUMA_IS_ENCODINGS_COMBO_BOX +PLUMA_TYPE_ENCODINGS_COMBO_BOX +pluma_encodings_combo_box_get_type +PLUMA_ENCODINGS_COMBO_BOX_CLASS +PLUMA_IS_ENCODINGS_COMBO_BOX_CLASS +PLUMA_ENCODINGS_COMBO_BOX_GET_CLASS </SECTION> <SECTION> |