~ubuntu-branches/ubuntu/lucid/gtkhtml3.14/lucid

« back to all changes in this revision

Viewing changes to components/editor/gtkhtml-face-chooser.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 11:18:16 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602111816-t7rv5r7z58i0lkb4
Tags: 1:3.27.2-0ubuntu1
* New upstream version
* debian/rules:
  - updated library version

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <glib/gi18n-lib.h>
24
24
 
25
 
static GtkhtmlFace available_faces[] = {
 
25
/* Constant version of GtkhtmlFace. */
 
26
typedef struct {
 
27
        const gchar *label;
 
28
        const gchar *icon_name;
 
29
        const gchar *text_face;
 
30
} ConstantFace;
 
31
 
 
32
static ConstantFace available_faces[] = {
26
33
        /* Translators: :-) */
27
34
        { N_("_Smile"),         "face-smile",           ":-)"   },
28
35
        /* Translators: :-( */