~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/help.cpp

  • Committer: buliabyak
  • Date: 2007-09-28 23:32:30 UTC
  • Revision ID: buliabyak@users.sourceforge.net-20070928233230-adfdfwpf1nkb3py9
remove the disabled old svg-keys-chart verb

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    g_free(c);
39
39
}
40
40
 
41
 
void
42
 
sp_help_open_screen(gchar const *name)
43
 
{
44
 
    gchar *c = g_build_filename(INKSCAPE_SCREENSDIR, name, NULL);
45
 
    sp_file_open(c, NULL, false, false);
46
 
    g_free(c);
47
 
}
48
 
 
49
 
 
50
41
/*
51
42
  Local Variables:
52
43
  mode:c++