~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext/TranslationProjectOptionsDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                string GetIcon (SolutionItem entry)
111
111
                {
112
112
                        if (entry is SolutionFolder)
113
 
                                return MonoDevelop.Core.Gui.Stock.Solution;
 
113
                                return MonoDevelop.Ide.Gui.Stock.Solution;
114
114
                        
115
115
                        if (entry is Project)
116
116
                                return ((Project)entry).StockIcon;
117
117
                        
118
 
                        return MonoDevelop.Core.Gui.Stock.Project;
 
118
                        return MonoDevelop.Ide.Gui.Stock.Project;
119
119
                }
120
120
                
121
121
                bool IsIncluded (SolutionItem entry)