~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/Plugins/PrintNotes.cs

Tags: upstream-0.5.6
Import upstream version 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
using Tomboy;
9
9
 
 
10
[PluginInfo(
 
11
        "Print Plugin", Defines.VERSION,
 
12
        "Alex Gravely <alex@beatniksoftware.com>",
 
13
        "Allows you to print a note."
 
14
        )]
10
15
public class PrintPlugin : NotePlugin
11
16
{
12
17
        Gtk.ImageMenuItem item;