~mike82/netbook-remix-launcher/fixes

« back to all changes in this revision

Viewing changes to src/launcher-icon.c

  • Committer: Neil J. Patel
  • Date: 2008-07-24 10:42:19 UTC
  • Revision ID: njpatel@gmail.com-20080724104219-hq0pr6wk42mnzsg4
* ume-launcher doesn't use translated/stock items  (LP: #238582)
  Patch By: golfish <golfish218@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 */
19
19
 
 
20
#if HAVE_CONFIG_H
 
21
#include <config.h>
 
22
#endif
 
23
 
20
24
#include <glib/gi18n.h>
21
25
#include <string.h>
22
26