summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2268d0)
raw | patch | inline | side by side (parent: a2268d0)
author | Kris <Kris.De.Gussem@hotmail.com> | |
Fri, 1 Oct 2010 17:36:50 +0000 (19:36 +0200) | ||
committer | Kris <Kris.De.Gussem@hotmail.com> | |
Fri, 1 Oct 2010 17:36:50 +0000 (19:36 +0200) |
share/extensions/webslicer_create_rect.inx | patch | blob | history | |
src/ui/dialog/svg-fonts-dialog.cpp | patch | blob | history |
diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx
index acf440cca3a5cb289ac9218a6b71ee81b69ecde0..5dc545a3be42733e6c55c34ab4e6685a691b6bc9 100644 (file)
<param name="bg-color" type="string" _gui-text="Background color:"></param>
<param name="tab" type="notebook">
<page name="tabJPG" gui-text="JPG">
- <_param name="help-jpg" type="description">JPG specific options</_param>
+ <_param name="help-jpg" type="description"><b>JPG specific options</b></_param>
<param name="quality" type="int" min="0" max="100" _gui-text="Quality:">85</param>
<_param name="help-quality" type="description">0 is the lowest image quality and highest compression, and 100 is the best quality but least effective compression</_param>
</page>
<page name="tabGIF" gui-text="GIF">
- <_param name="help-gif" type="description">GIF specific options</_param>
+ <_param name="help-gif" type="description"><b>GIF specific options</b></_param>
<param name="gif-type" type="enum" _gui-text="Type:">
<_item value="grayscale">Grayscale</_item>
<_item value="palette">Palette</_item>
<page name="tabHTML" gui-text="HTML">
<param name="html-id" type="string" _gui-text="HTML id attribute:"></param>
<param name="html-class" type="string" _gui-text="HTML class attribute:"></param>
- <_param name="help-gif" type="description">Options for HTML export</_param>
+ <_param name="help-gif" type="description"><b>Options for HTML export</b></_param>
<param name="layout-disposition" type="enum" _gui-text="Layout disposition:">
<_item value="bg-el-norepeat">Positioned html block element with the image as Background</_item>
<_item value="bg-parent-repeat">Tiled Background (on parent group)</_item>
index d5886923147feeb2d4d5b332dc62cc68365bd2e5..3e1086ec81f786cbc96a06d1ac08c82ad510636f 100644 (file)
create_kerning_pairs_popup_menu(_KerningPairsList, sigc::mem_fun(*this, &SvgFontsDialog::remove_selected_kerning_pair));
//Kerning Setup:
- kerning_vbox.add(*Gtk::manage(new Gtk::Label(_("Kerning Setup:"))));
+ kerning_vbox.add(*Gtk::manage(new Gtk::Label(_("<b>Kerning Setup</b>"))));
Gtk::HBox* kerning_selector = Gtk::manage(new Gtk::HBox());
kerning_selector->add(*Gtk::manage(new Gtk::Label(_("1st Glyph:"))));
kerning_selector->add(first_glyph);